File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 [Parameter (Mandatory = $false )][string ] $EnableSourceLinkValidation ,
99 [Parameter (Mandatory = $false )][string ] $EnableSigningValidation ,
1010 [Parameter (Mandatory = $false )][string ] $EnableNugetValidation ,
11- [Parameter (Mandatory = $true )][string ] $PublishInstallersAndChecksums ,
11+ [Parameter (Mandatory = $false )][string ] $PublishInstallersAndChecksums ,
1212 [Parameter (Mandatory = $false )][string ] $ArtifactsPublishingAdditionalParameters ,
1313 [Parameter (Mandatory = $false )][string ] $SigningValidationAdditionalParameters
1414)
2929 $optionalParams.Add (" --no-wait" ) | Out-Null
3030 }
3131
32- if (" true " -eq $PublishInstallersAndChecksums ) {
32+ if (" false " -ne $PublishInstallersAndChecksums ) {
3333 $optionalParams.Add (" --publish-installers-and-checksums" ) | Out-Null
3434 }
3535
5555 -- publishing- infra- version $PublishingInfraVersion `
5656 -- default- channels `
5757 -- source- branch master `
58- -- publish-installers - and- checksums `
5958 -- azdev- pat $AzdoToken `
6059 -- bar- uri $MaestroApiEndPoint `
6160 -- password $MaestroToken `
You can’t perform that action at this time.
0 commit comments