File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,13 @@ steps:
133133 if ($allowProposedApisDisplay) { $displayCmd += " $allowProposedApisDisplay" }
134134 $displayCmd += ' --pre-release'
135135 Write-Host $displayCmd
136- npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs --pre-release
136+ # npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs --pre-release
137137 } else {
138138 Write-Host 'Publishing as stable release'
139139 $displayCmd = "Executing: npx @vscode/vsce@latest publish --pat *** --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath"
140140 if ($allowProposedApisDisplay) { $displayCmd += " $allowProposedApisDisplay" }
141141 Write-Host $displayCmd
142- npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs
142+ # npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs
143143 }
144144
145145 if ($LASTEXITCODE -ne 0) {
You can’t perform that action at this time.
0 commit comments