Skip to content

Commit 3c07634

Browse files
committed
Fix nuget versioning
1 parent d98a590 commit 3c07634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
if: ${{ matrix.os == 'ubuntu-latest' }}
267267
run: |
268268
mkdir $PACKAGEDIR
269-
dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o $PACKAGEDIR -p:PackageVersion=${{ steps.gitversion.outputs.majorMinorPatch }}-${{steps.gitversion.outputs.Sha }}
269+
dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o $PACKAGEDIR -p:PackageVersion=${{ steps.gitversion.outputs.majorMinorPatch }}-${{ steps.gitversion.outputs.EscapedBranchName }}.${{ steps.gitversion.outputs.CommitsSinceVersionSource }}
270270
ls -lR $PACKAGEDIR
271271
working-directory: ./src
272272

0 commit comments

Comments
 (0)