Skip to content

Commit

Permalink
Fix (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
dszmigielski authored Dec 6, 2022
1 parent 0d8f546 commit ebb63d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/script-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
mkdir testapp
cd testapp
dotnet new console
dotnet publish -f net7.0 -c Release
dotnet publish /p:TreatWarningsAsErrors=false -f net7.0 -c Release
$module_url = "https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/OpenTelemetry.DotNet.Auto.psm1"
$dl_path = Join-Path $env:temp "OpenTelemetry.DotNet.Auto.psm1"
$log_path = "C:\ProgramData\OpenTelemetry .NET AutoInstrumentation\logs\*"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
mkdir testapp
cd testapp
dotnet new console
dotnet publish -f net7.0 -c Release
dotnet publish /p:TreatWarningsAsErrors=false -f net7.0 -c Release
curl -sSfL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/otel-dotnet-auto-install.sh -O
sh ./otel-dotnet-auto-install.sh
test "$(ls -A "$HOME/.otel-dotnet-auto")"
Expand Down

0 comments on commit ebb63d0

Please sign in to comment.