Skip to content

Commit d79a7cc

Browse files
authored
uncomment release command after testing complete
1 parent 4698f12 commit d79a7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ stages:
8989
}
9090
Else {
9191
Write-Host "##[command]vsce $nonIA32PlatformArgs"
92-
# vsce @nonIA32PlatformArgs
92+
vsce @nonIA32PlatformArgs
9393
Write-Host "##[command]vsce $ia32PlatformArgs"
94-
# vsce @ia32PlatformArgs
94+
vsce @ia32PlatformArgs
9595
}
9696
displayName: 🚀 Publish to Marketplace
9797
workingDirectory: $(Pipeline.Workspace)

0 commit comments

Comments
 (0)