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 9d8b6e8 commit 96fef2bCopy full SHA for 96fef2b
builds/azure-pipelines.yml
@@ -1,5 +1,4 @@
1
-trigger:
2
-- master
+trigger: none
3
pr: none
4
5
pool:
@@ -36,10 +35,13 @@ steps:
36
35
configuration: '$(buildConfiguration)'
37
msbuildArguments: '/t:build;_GenerateAppxPackage /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
38
39
-- task: store-publish@0
+- task: store-flight@0
40
inputs:
41
serviceEndpoint: 'Files'
42
appId: '9NGHP3DX8HDX'
+ flightName: 'Files UWP Fast Ring'
43
packagePath: '$(appxPackageDir)\**\*.msixupload'
44
- force: true
+ force: false
45
skipPolling: false
46
+
47
0 commit comments