Tweak pipeline order
This commit is contained in:
Родитель
32d8e823fb
Коммит
e37211d601
|
@ -14,7 +14,7 @@ variables:
|
|||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
BuildConfiguration: Release
|
||||
BuildPlatform: Any CPU
|
||||
#ci_feed: # find guid used by Azure DevOps Artifacts for the feed
|
||||
ci_feed: 'Emblazon'
|
||||
NUGET_PACKAGES: $(Agent.TempDirectory)/.nuget/packages
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -60,19 +60,19 @@ jobs:
|
|||
- name: _PublishArgs
|
||||
value: ''
|
||||
|
||||
steps:
|
||||
- task: MicroBuildSigningPlugin@2
|
||||
inputs:
|
||||
signType: $(_SignType)
|
||||
feedSource: 'https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
|
||||
continueOnError: false
|
||||
env:
|
||||
TeamName: $(_TeamName)
|
||||
- task: MicroBuildCodesignVerify@2
|
||||
inputs:
|
||||
TargetFolders: '$(Build.StagingDirectory)'
|
||||
ExcludeSNVerify: true
|
||||
- task: MicroBuildCleanup@1
|
||||
# steps:
|
||||
# - task: MicroBuildSigningPlugin@2
|
||||
# inputs:
|
||||
# signType: $(_SignType)
|
||||
# feedSource: 'https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
|
||||
# continueOnError: false
|
||||
# env:
|
||||
# TeamName: $(_TeamName)
|
||||
# - task: MicroBuildCodesignVerify@2
|
||||
# inputs:
|
||||
# TargetFolders: '$(Build.StagingDirectory)'
|
||||
# ExcludeSNVerify: true
|
||||
# - task: MicroBuildCleanup@1
|
||||
|
||||
- job: WrapUp
|
||||
dependsOn:
|
||||
|
|
|
@ -44,13 +44,6 @@ steps:
|
|||
displayName: Publish artifacts
|
||||
condition: succeededOrFailed()
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet push'
|
||||
inputs:
|
||||
command: push
|
||||
publishVstsFeed: 'Emblazon'
|
||||
allowPackageConflicts: true
|
||||
|
||||
- task: PublishSymbols@2
|
||||
inputs:
|
||||
SymbolsFolder: $(Build.ArtifactStagingDirectory)/symbols-Windows
|
||||
|
|
Загрузка…
Ссылка в новой задаче