We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddde1c commit d14d75cCopy full SHA for d14d75c
ci-pack.ps1
@@ -8,4 +8,4 @@ dotnet clean -c Release
8
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
9
10
# Building for packing and publishing.
11
-dotnet pack -c Release -p:PackageOutputPath="$PSScriptRoot/artifacts" -p:RepositoryUrl=$repositoryUrl -p:Version=$Version
+dotnet pack -c Release -p:PackageOutputPath="$PSScriptRoot/artifacts" -p:RepositoryUrl=$repositoryUrl -p:MinVerVersionOverride=$Version
0 commit comments