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 d73f2c6 commit 03492d2Copy full SHA for 03492d2
.github/workflows/staging.yml
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet test --configuration Release --logger:"console;verbosity=quiet"
36
37
- name: Pack with dotnet
38
- run: dotnet pack --output artifacts --configuration Release -p:PackageVersion=$GITHUB_RUN_ID
+ run: dotnet pack --output artifacts --configuration Release -p:VersionSuffix=preview-$GITHUB_RUN_NUMBER
39
40
- name: Push with dotnet
41
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