Skip to content

Commit 836898d

Browse files
authored
Merge pull request #141 from microsoft/nmetulev-patch-2
Uncomment WinGet submission command in release.yml
2 parents 20681d9 + 40862cf commit 836898d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pipelines/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ extends:
261261
Write-Host "ARM64 MSIX: $arm64MsixUrl"
262262
263263
# 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
264+
wingetcreate update Microsoft.WinAppCli `
265+
--version $(version) `
266+
--urls $x64MsixUrl $arm64MsixUrl `
267+
--submit

0 commit comments

Comments
 (0)