Skip to content

Commit 6e449dc

Browse files
committed
uncomment publish
1 parent 0a6c298 commit 6e449dc

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
@@ -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) {

0 commit comments

Comments
 (0)