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

Commit 09e2d5e

Browse files
authored
Applying right versioning
1 parent e3876b1 commit 09e2d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
arrTag=(${GITHUB_REF//\// })
138138
VERSION="${arrTag[2]}"
139139
VERSION="${VERSION//v}"
140-
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -o ./nuget
140+
dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -p:InformationalVersion=$VERSION -o ./nuget
141141
142142
- name: Push to GitHub Feed
143143
run: |

0 commit comments

Comments
 (0)