Skip to content

Commit

Permalink
fix: Perform release builds with ContinuousIntegrationBuild=true
Browse files Browse the repository at this point in the history
(The build needs to be done this way, not just the packing.)

Fixes cloudevents#175

Signed-off-by: Jon Skeet <jonskeet@google.com>
  • Loading branch information
jskeet committed Jul 12, 2022
1 parent 3ce4aa0 commit 21d0f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build
run: |
dotnet build -c Release
dotnet build -c Release -p:ContinuousIntegrationBuild=true
dotnet test -c Release
mkdir nuget
Expand Down

0 comments on commit 21d0f52

Please sign in to comment.