We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4698f12 commit d79a7ccCopy full SHA for d79a7cc
azure-pipelines/release.yml
@@ -89,9 +89,9 @@ stages:
89
}
90
Else {
91
Write-Host "##[command]vsce $nonIA32PlatformArgs"
92
- # vsce @nonIA32PlatformArgs
+ vsce @nonIA32PlatformArgs
93
Write-Host "##[command]vsce $ia32PlatformArgs"
94
- # vsce @ia32PlatformArgs
+ vsce @ia32PlatformArgs
95
96
displayName: 🚀 Publish to Marketplace
97
workingDirectory: $(Pipeline.Workspace)
0 commit comments