File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.azure-pipelines/windows-release Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
artifactName : embed
40
40
downloadPath : $(Build.BinariesDirectory)
41
41
42
- - powershell : ' gci *embed-arm*.zip | %{ Write-Host "Not publishing: $($_.Name)"; gi $_ } | del'
43
- displayName : ' Prevent publishing ARM/ARM64 packages'
44
- workingDirectory : ' $(Build.BinariesDirectory)\embed'
45
- condition : and(succeeded(), not(variables['PublishArmPackages']))
46
-
47
42
- task : DownloadPipelineArtifact@1
48
43
displayName : ' Download artifact from $(BuildToPublish): Doc'
49
44
condition : and(succeeded(), variables['BuildToPublish'])
80
75
buildVersionToDownload : specific
81
76
buildId : $(BuildToPublish)
82
77
78
+ - powershell : ' gci *embed-arm*.zip | %{ Write-Host "Not publishing: $($_.Name)"; gi $_ } | del'
79
+ displayName : ' Prevent publishing ARM/ARM64 packages'
80
+ workingDirectory : ' $(Build.BinariesDirectory)\embed'
81
+ condition : and(succeeded(), not(variables['PublishArmPackages']))
82
+
83
83
84
84
- template : ./gpg-sign.yml
85
85
parameters :
You can’t perform that action at this time.
0 commit comments