We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083dd74 commit ddaed04Copy full SHA for ddaed04
.github/scripts/pack.ps1
@@ -36,7 +36,7 @@ $keyPathExits = Test-Path -Path $KeyPath
36
$options = @(
37
$OutputPath ? "-o '$OutputPath'" : ""
38
"-p:FileVersion='$fileVersion'"
39
- $PullRequestNumber ? "--version-suffix pr.$PullRequestNumber" : ""
+ $PullRequestNumber ? "--version-suffix preview.$PullRequestNumber" : ""
40
$keyPathExits ? "-p:TreatWarningsAsErrors=true" : ""
41
$keyPathExits ? "-p:AssemblyOriginatorKeyFile='$KeyPath'" : ""
42
$CommitSHA ? "-p:RepositoryUrl='$packageProjectUrl/tree/$CommitSHA'" : ""
0 commit comments