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