Skip to content

Commit

Permalink
Reworked Pack Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Aug 19, 2022
1 parent efb6dfd commit ebbca13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devops/azure-pipelines.release-hotchocolate.yml
Expand Up @@ -275,7 +275,14 @@ stages:
displayName: "Pack"
dependsOn: []
steps:
- task: DeleteFiles@1
displayName: "Clean AspNetCore resources"
inputs:
SourceFolder: './src/HotChocolate/AspNetCore/src/AspNetCore/Resources'
Contents: '**/*'
RemoveDotFiles: true
- task: DownloadPipelineArtifact@2
displayName: "Integrate Banana Cake pop"
inputs:
buildType: 'specific'
project: 'aefb2b59-b7d8-48cf-8cb0-30fdea720770'
Expand All @@ -284,7 +291,7 @@ stages:
artifactName: 'Middleware'
targetPath: './src/HotChocolate/AspNetCore/src/AspNetCore/Resources'
- task: PublishBuildArtifacts@1
displayName: "Upload Packages"
displayName: "Upload AspNetCore Code"
inputs:
artifactName: aspnetcore
pathtoPublish: "./src/HotChocolate/AspNetCore/src/AspNetCore"
Expand Down

0 comments on commit ebbca13

Please sign in to comment.