Skip to content

Commit

Permalink
set ContinuousIntegrationBuild in GitHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Amarok79 committed Jan 28, 2022
1 parent 68e0c74 commit a17e13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: dotnet restore

- name: Build Release
run: dotnet build --configuration Release
run: dotnet build --configuration Release -p:ContinuousIntegrationBuild=true

- name: Upload NuGet package
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a17e13d

Please sign in to comment.