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 3a39dcc commit f74b28fCopy full SHA for f74b28f
tools/releaseBuild/vstsbuild.ps1
@@ -53,7 +53,7 @@ End {
53
$buildArgs = @{
54
RepoPath = $resolvedRepoRoot
55
BuildJsonPath = './tools/releaseBuild/build.json'
56
- Parameters = @{ } # not needed for PSSA
+ Parameters = @{ ReleaseTag = "unused" } # not needed for PSSA
57
AdditionalFiles = $AdditionalFiles
58
Name = "win7-x64"
59
}
0 commit comments