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 8
8
[Parameter (Mandatory = $false )][string ] $EnableSourceLinkValidation ,
9
9
[Parameter (Mandatory = $false )][string ] $EnableSigningValidation ,
10
10
[Parameter (Mandatory = $false )][string ] $EnableNugetValidation ,
11
- [Parameter (Mandatory = $true )][string ] $PublishInstallersAndChecksums ,
11
+ [Parameter (Mandatory = $false )][string ] $PublishInstallersAndChecksums ,
12
12
[Parameter (Mandatory = $false )][string ] $ArtifactsPublishingAdditionalParameters ,
13
13
[Parameter (Mandatory = $false )][string ] $SigningValidationAdditionalParameters
14
14
)
29
29
$optionalParams.Add (" --no-wait" ) | Out-Null
30
30
}
31
31
32
- if (" true " -eq $PublishInstallersAndChecksums ) {
32
+ if (" false " -ne $PublishInstallersAndChecksums ) {
33
33
$optionalParams.Add (" --publish-installers-and-checksums" ) | Out-Null
34
34
}
35
35
55
55
-- publishing- infra- version $PublishingInfraVersion `
56
56
-- default- channels `
57
57
-- source- branch master `
58
- -- publish-installers - and- checksums `
59
58
-- azdev- pat $AzdoToken `
60
59
-- bar- uri $MaestroApiEndPoint `
61
60
-- password $MaestroToken `
You can’t perform that action at this time.
0 commit comments