File tree Expand file tree Collapse file tree
.azure-pipelines/windows-release Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 artifactName : embed
4040 downloadPath : $(Build.BinariesDirectory)
4141
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-
4742 - task : DownloadPipelineArtifact@1
4843 displayName : ' Download artifact from $(BuildToPublish): Doc'
4944 condition : and(succeeded(), variables['BuildToPublish'])
8075 buildVersionToDownload : specific
8176 buildId : $(BuildToPublish)
8277
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+
8383
8484 - template : ./gpg-sign.yml
8585 parameters :
You can’t perform that action at this time.
0 commit comments