diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65547bf..7653d0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: - name: Pack NuGet run: dotnet pack --configuration ${{ env.BuildConfig }} + /p:ContinuousIntegrationBuild=true /p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }} - name: Push to NuGet @@ -56,4 +57,4 @@ jobs: --api-key ${{ secrets.NUGET_DEPLOY_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols - --skip-duplicate \ No newline at end of file + --skip-duplicate