aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-07-05 11:11:46 +0200
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-07-05 11:11:46 +0200
commit268fe5efe8cd677d7637162e400f349f35aae181 (patch)
tree34a2d53dae8cb3cbbb34a12432d2709fc461b2a3
parent0e0c70f782b2c0199259a473ad3e155f14089041 (diff)
Small attempts at making previous build downloads work.
-rw-r--r--.ci/azure-pipelines.yml13
1 files changed, 4 insertions, 9 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index b3389caba..3a583b409 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -122,19 +122,14 @@ jobs:
displayName: Download the Reference Assembly Build Artifact
inputs:
buildType: 'specific' # Options: current, specific
- project: $(System.TeamProjectId) # Required when buildType == Specific
- pipeline: $(System.DefinitionId) # Required when buildType == Specific, not sure if this will take a name too
+ project: '$(System.TeamProjectId)' # Required when buildType == Specific
+ pipeline: '$(System.DefinitionId)' # Required when buildType == Specific, not sure if this will take a name too
#specificBuildWithTriggering: false # Optional
buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific
- allowPartiallySucceededBuilds: false # Optional
- branchName: '$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch
- #buildId: # Required when buildType == Specific && BuildVersionToDownload == Specific
- #tags: # Optional
+ branchName: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch
downloadType: 'single' # Options: single, specific
- artifactName: '$(NugetPackageName)'# Required when downloadType == Single
- #itemPattern: '**' # Optional
+ artifactName: '$(NugetPackageName)' # Required when downloadType == Single
downloadPath: '$(System.ArtifactsDirectory)/current-artifacts'
- #parallelizationLimit: '8' # Optional
- task: CopyFiles@2
displayName: Copy Nuget Assembly to current-release folder