We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2ee1e commit 5c5a3a9Copy full SHA for 5c5a3a9
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: azure-pipelines/variables/_pipelines.ps1
43
shell: pwsh
44
- name: 🛠 build
45
- run: dotnet build src -t:build,pack --no-restore -c $(BuildConfiguration) /bl:"$(Build.ArtifactStagingDirectory)/build_logs/build.binlog"
+ run: dotnet build src -t:build,pack --no-restore -c ${{ env.BUILDCONFIGURATION }} /bl:"${{ runner.temp }}/_artifacts/build_logs/build.binlog"
46
- name: 🧪 test
47
run: azure-pipelines/dotnet-test-cloud.ps1 -Configuration ${{ env.BUILDCONFIGURATION }} -Agent ${{ runner.os }}
48
0 commit comments