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 @@ -143,13 +143,13 @@ steps:
143143 if ($allowProposedApisDisplay) { $displayCmd += " $allowProposedApisDisplay" }
144144 $displayCmd += ' --pre-release'
145145 Write-Host $displayCmd
146- # npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs --pre-release
146+ npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs --pre-release
147147 } else {
148148 Write-Host 'Publishing as stable release'
149149 $displayCmd = "Executing: npx @vscode/vsce@latest publish --pat *** --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath"
150150 if ($allowProposedApisDisplay) { $displayCmd += " $allowProposedApisDisplay" }
151151 Write-Host $displayCmd
152- # npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs
152+ npx @vscode/vsce@latest publish --pat $aadToken --packagePath $vsixPath --manifestPath $manifestPath --signaturePath $signaturePath $allowProposedApisArgs
153153 }
154154
155155 if ($LASTEXITCODE -ne 0) {
You can’t perform that action at this time.
0 commit comments