Switch download order around.
This commit is contained in:
parent
dc68fa2c8b
commit
08421311b9
|
@ -120,31 +120,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
|
||||||
displayName: Download the Reference Assembly Build Artifact
|
|
||||||
inputs:
|
|
||||||
source: 'specific' # Options: current, specific
|
|
||||||
#preferTriggeringPipeline: false # Optional
|
|
||||||
#tags: # Optional
|
|
||||||
artifact: '$(NugetPackageName)' # Optional
|
|
||||||
#patterns: '**' # Optional
|
|
||||||
path: '$(System.ArtifactsDirectory)/current-artifacts'
|
|
||||||
project: '$(System.TeamProjectId)' # Required when source == Specific
|
|
||||||
pipeline: '$(System.DefinitionId)' # Required when source == Specific
|
|
||||||
runVersion: 'latestFromBranch' # Required when source == Specific. Options: latest, latestFromBranch, specific
|
|
||||||
runBranch: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when source == Specific && runVersion == LatestFromBranch
|
|
||||||
#runId: # Required when source == Specific && runVersion == Specific
|
|
||||||
|
|
||||||
- task: CopyFiles@2
|
|
||||||
displayName: Copy Nuget Assembly to current-release folder
|
|
||||||
inputs:
|
|
||||||
sourceFolder: $(System.ArtifactsDirectory)/current-artifacts # Optional
|
|
||||||
contents: '**/*.dll'
|
|
||||||
targetFolder: $(System.ArtifactsDirectory)/current-release
|
|
||||||
cleanTargetFolder: true # Optional
|
|
||||||
overWrite: true # Optional
|
|
||||||
flattenFolders: true # Optional
|
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: Download the New Assembly Build Artifact
|
displayName: Download the New Assembly Build Artifact
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -170,6 +145,31 @@ jobs:
|
||||||
overWrite: true # Optional
|
overWrite: true # Optional
|
||||||
flattenFolders: true # Optional
|
flattenFolders: true # Optional
|
||||||
|
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
displayName: Download the Reference Assembly Build Artifact
|
||||||
|
inputs:
|
||||||
|
source: 'specific' # Options: current, specific
|
||||||
|
#preferTriggeringPipeline: false # Optional
|
||||||
|
#tags: # Optional
|
||||||
|
artifact: '$(NugetPackageName)' # Optional
|
||||||
|
#patterns: '**' # Optional
|
||||||
|
path: '$(System.ArtifactsDirectory)/current-artifacts'
|
||||||
|
project: '$(System.TeamProjectId)' # Required when source == Specific
|
||||||
|
pipeline: '$(System.DefinitionId)' # Required when source == Specific
|
||||||
|
runVersion: 'latestFromBranch' # Required when source == Specific. Options: latest, latestFromBranch, specific
|
||||||
|
runBranch: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when source == Specific && runVersion == LatestFromBranch
|
||||||
|
#runId: # Required when source == Specific && runVersion == Specific
|
||||||
|
|
||||||
|
- task: CopyFiles@2
|
||||||
|
displayName: Copy Nuget Assembly to current-release folder
|
||||||
|
inputs:
|
||||||
|
sourceFolder: $(System.ArtifactsDirectory)/current-artifacts # Optional
|
||||||
|
contents: '**/*.dll'
|
||||||
|
targetFolder: $(System.ArtifactsDirectory)/current-release
|
||||||
|
cleanTargetFolder: true # Optional
|
||||||
|
overWrite: true # Optional
|
||||||
|
flattenFolders: true # Optional
|
||||||
|
|
||||||
- task: DownloadGitHubRelease@0
|
- task: DownloadGitHubRelease@0
|
||||||
displayName: Download ABI compatibility check tool from GitHub
|
displayName: Download ABI compatibility check tool from GitHub
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user