Skip to content

Commit 96fef2b

Browse files
authored
Updated release pipeline (#808)
1 parent 9d8b6e8 commit 96fef2b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

builds/azure-pipelines.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
trigger:
2-
- master
1+
trigger: none
32
pr: none
43

54
pool:
@@ -36,10 +35,13 @@ steps:
3635
configuration: '$(buildConfiguration)'
3736
msbuildArguments: '/t:build;_GenerateAppxPackage /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
3837

39-
- task: store-publish@0
38+
- task: store-flight@0
4039
inputs:
4140
serviceEndpoint: 'Files'
4241
appId: '9NGHP3DX8HDX'
42+
flightName: 'Files UWP Fast Ring'
4343
packagePath: '$(appxPackageDir)\**\*.msixupload'
44-
force: true
44+
force: false
4545
skipPolling: false
46+
47+

0 commit comments

Comments
 (0)