Skip to content

Commit d14d75c

Browse files
committed
Fix version
1 parent 6ddde1c commit d14d75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dotnet clean -c Release
88
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
99

1010
# Building for packing and publishing.
11-
dotnet pack -c Release -p:PackageOutputPath="$PSScriptRoot/artifacts" -p:RepositoryUrl=$repositoryUrl -p:Version=$Version
11+
dotnet pack -c Release -p:PackageOutputPath="$PSScriptRoot/artifacts" -p:RepositoryUrl=$repositoryUrl -p:MinVerVersionOverride=$Version

0 commit comments

Comments
 (0)