Skip to content

Commit

Permalink
Reworked Release Build to always Pull latests BCP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Aug 19, 2022
1 parent e3896c0 commit 1caa86d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devops/azure-pipelines.release-hotchocolate.yml
Expand Up @@ -263,6 +263,19 @@ stages:
displayName: "Pack"
dependsOn: []
steps:
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'specific'
project: 'aefb2b59-b7d8-48cf-8cb0-30fdea720770'
definition: '84'
buildVersionToDownload: 'latest'
artifactName: 'Middleware'
targetPath: './src/HotChocolate/AspNetCore/src/AspNetCore/Resources'
- task: PublishBuildArtifacts@1
displayName: "Upload Packages"
inputs:
artifactName: aspnetcore
pathtoPublish: "./src/HotChocolate/AspNetCore/src/AspNetCore"
- task: CmdLine@2
displayName: "Create Packages"
inputs:
Expand Down

0 comments on commit 1caa86d

Please sign in to comment.