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 6541295 commit 0cbb594Copy full SHA for 0cbb594
.github/workflows/dotnet-core.yml
@@ -42,7 +42,7 @@ jobs:
42
run: dotnet test -c Release
43
- name: Pack
44
if: matrix.os == 'ubuntu-latest'
45
- run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:SymbolPackageFormat=snupkg -p:PackageVersion=$GITHUB_RUN_ID src/$PROJECT_NAME/$PROJECT_NAME.*proj
+ run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:SymbolPackageFormat=snupkg -p:PackageVersion=$GITHUB_RUN_ID-pre src/$PROJECT_NAME/$PROJECT_NAME.*proj
46
- name: Upload Artifact
47
48
uses: actions/upload-artifact@v2
0 commit comments