Skip to content

Commit 54867eb

Browse files
committed
Missing build configuration
1 parent 93609ca commit 54867eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: dotnet restore
3939

4040
- name: Build
41-
run: dotnet build --no-restore /p:Version=$VERSION
41+
run: dotnet build --configuration Release --no-restore /p:Version=$VERSION
4242

4343
- name: Test
4444
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)