Skip to content

Commit 8ae159f

Browse files
authored
Update build-test.yaml
1 parent 3312ea0 commit 8ae159f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
with:
3131
dotnet-version: |
3232
8.0.x
33-
9.0.x
33+
9.0.x
34+
- name: Set BUILD_CONFIGURATION
35+
if: startsWith(github.ref, 'refs/tags/')
36+
run: echo "BUILD_CONFIGURATION=Release" >> $GITHUB_ENV
3437
- name: Restore
3538
run: dotnet restore
3639
- name: Build

0 commit comments

Comments
 (0)