Skip to content

Commit 4e0481c

Browse files
authored
Updated the pipeline timeout (#2364)
1 parent 1419661 commit 4e0481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/azure-pipelines-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pr: none
33

44
pool:
55
vmImage: 'windows-latest'
6+
timeoutInMinutes: 90
67

78
variables:
89
solution: '**/*.sln'
@@ -62,7 +63,6 @@ steps:
6263
msbuildArguments: '/t:build;_GenerateAppxPackage /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
6364

6465
- task: store-flight@0
65-
timeoutInMinutes: 90
6666
inputs:
6767
serviceEndpoint: 'Files'
6868
appId: '9NGHP3DX8HDX'

0 commit comments

Comments
 (0)