File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 run : dotnet test ./SharpHelpers/SharpHelpers.sln -c Release --no-build
6363 - name : Pack
6464 if : matrix.os == 'ubuntu-latest'
65- run : dotnet pack -v normal -c Release --no-restore --no-build -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }} ./SharpHelpers/SharpHelpers.sln
65+ run : dotnet pack -v normal -c Release --no-restore --no-build -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} ./SharpHelpers/SharpHelpers.sln
6666 - name : Upload Artifact
6767 if : matrix.os == 'ubuntu-latest'
6868 uses : actions/upload-artifact@v3
@@ -116,7 +116,7 @@ jobs:
116116 echo Version: $VERSION
117117 VERSION="${VERSION//v}"
118118 echo Clean Version: $VERSION
119- dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.*proj
119+ dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.*proj
120120# - name: Push to GitHub Feed
121121# run: |
122122# for f in ./nupkg/*.nupkg
You can’t perform that action at this time.
0 commit comments