Restore pipeline logic to push updates to the store by default (#41308)
Blue committed
Aug 11, 2026 at 18:16 UTC
b4e4ed9ed6867627541fe170cb7f6891f1f86db2
1 file changed
+1
-1
.pipelines/wsl-build-release-onebranch.yml
+1
-1
@@ -7,7 +7,7 @@ parameters:
7
- name: pushToStore
8
displayName: 'Push the release to the Microsoft Store'
9
type: boolean
10
- default: false
10
+ default: true
11
12
- name: testVersion
13
displayName: 'Test the release pipeline'