Skip to content

Commit

Permalink
fix: Add ContinuousIntegrationBuild argument to the dotnet pack com…
Browse files Browse the repository at this point in the history
…mand.

Fixes #274
  • Loading branch information
BenjaminMichaelis authored Jan 26, 2024
1 parent 8717110 commit 2872594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
$env:VersionSuffix = 'ci{0:0000}' -f ${{ github.run_number }}
}
dotnet pack --configuration Release --verbosity normal --output .
dotnet pack /p:ContinuousIntegrationBuild=true --configuration Release --verbosity normal --output .
- name: Upload NuGet
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -110,4 +110,4 @@ jobs:
contents: write

steps:
- uses: fastify/[email protected]
- uses: fastify/[email protected]

0 comments on commit 2872594

Please sign in to comment.