We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a9a6 commit 4b64cabCopy full SHA for 4b64cab
.github/workflows/staging.yml
@@ -34,7 +34,7 @@ jobs:
34
run: dotnet test --configuration Release
35
36
- name: Pack with dotnet
37
- run: dotnet pack --output artifacts --configuration Release -p:Version=$GITHUB_RUN_ID
+ run: dotnet pack --output artifacts --configuration Release -p:PackageVersion=$GITHUB_RUN_ID
38
39
- name: Push with dotnet
40
run: dotnet nuget push artifacts/*.nupkg --api-key ${{ secrets.MYGET_API_KEY }} --skip-duplicate --source https://www.myget.org/F/esprimadotnet/api/v2/package
0 commit comments