Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Applying right versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mivano authored Jan 26, 2023
1 parent e3876b1 commit 09e2d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
arrTag=(${GITHUB_REF//\// })
VERSION="${arrTag[2]}"
VERSION="${VERSION//v}"
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o ./nuget
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -p:InformationalVersion=$VERSION -o ./nuget
- name: Push to GitHub Feed
run: |
Expand Down

0 comments on commit 09e2d5e

Please sign in to comment.