Skip to content

Commit 8783914

Browse files
committed
fix: Perform release builds with ContinuousIntegrationBuild=true
(The build needs to be done this way, not just the packing.) Fixes #175 Signed-off-by: Jon Skeet <[email protected]>
1 parent 39b691c commit 8783914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build
3131
run: |
32-
dotnet build -c Release
32+
dotnet build -c Release -p:ContinuousIntegrationBuild=true
3333
dotnet test -c Release
3434
mkdir nuget
3535

0 commit comments

Comments
 (0)