Skip to content

Commit 5c5a3a9

Browse files
committed
fixed build workflow
1 parent fa2ee1e commit 5c5a3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: azure-pipelines/variables/_pipelines.ps1
4343
shell: pwsh
4444
- name: 🛠 build
45-
run: dotnet build src -t:build,pack --no-restore -c $(BuildConfiguration) /bl:"$(Build.ArtifactStagingDirectory)/build_logs/build.binlog"
45+
run: dotnet build src -t:build,pack --no-restore -c ${{ env.BUILDCONFIGURATION }} /bl:"${{ runner.temp }}/_artifacts/build_logs/build.binlog"
4646
- name: 🧪 test
4747
run: azure-pipelines/dotnet-test-cloud.ps1 -Configuration ${{ env.BUILDCONFIGURATION }} -Agent ${{ runner.os }}
4848
shell: pwsh

0 commit comments

Comments
 (0)