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.
2 parents 20681d9 + 40862cf commit 836898dCopy full SHA for 836898d
.pipelines/release.yml
@@ -261,8 +261,7 @@ extends:
261
Write-Host "ARM64 MSIX: $arm64MsixUrl"
262
263
# Submit to WinGet repository
264
- # Commented out for now to prevent accidental submissions
265
- # wingetcreate update Microsoft.WinAppCli `
266
- # --version $(version) `
267
- # --urls $x64MsixUrl $arm64MsixUrl `
268
- # --submit
+ wingetcreate update Microsoft.WinAppCli `
+ --version $(version) `
+ --urls $x64MsixUrl $arm64MsixUrl `
+ --submit
0 commit comments