File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tools/releaseBuild/azureDevOps/templates Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 15
15
- template : release-SetReleaseTagAndContainerName.yml
16
16
17
17
- task : DownloadPipelineArtifact@2
18
+ retryCountOnTaskFailure : 2
18
19
inputs :
19
20
source : specific
20
21
project : PowerShellCore
46
47
Write-Host "sending " + $vstsCommandString
47
48
Write-Host "##$vstsCommandString"
48
49
displayName: Install makeappx tool
50
+ retryCountOnTaskFailure: 1
49
51
50
52
- pwsh : |
51
53
$sourceDir = '$(Pipeline.Workspace)\releasePipeline\msix'
64
66
Write-Host "sending " + $vstsCommandString
65
67
Write-Host "##$vstsCommandString"
66
68
displayName: Create MsixBundle
69
+ retryCountOnTaskFailure: 1
67
70
68
71
- task : AzureFileCopy@4
69
72
displayName : ' Upload MSIX Bundle package to Az Blob'
73
+ retryCountOnTaskFailure : 2
70
74
inputs :
71
75
SourcePath : ' $(BundleDir)/*.msixbundle'
72
76
azureSubscription : ' $(AzureFileCopySubscription)'
You can’t perform that action at this time.
0 commit comments