Skip to content

Commit b3ab855

Browse files
committed
disable publish
1 parent 5072f53 commit b3ab855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/templates/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)