Skip to content

Commit

Permalink
Merge pull request #159 from Azure/migrate-pipeline-artifacts
Browse files Browse the repository at this point in the history
Migrate from build to pipeline artifacts
  • Loading branch information
jschluchter authored Mar 24, 2020
2 parents af3eefc + a939d10 commit 5e9d6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions labs/cicd-automation/azure-devops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,9 @@ The general workflow/result will be as follows:

![Azure DevOps CLI](azure-do-cli.png)

1. Add another task to "Agent job 1" and search for "Copy files". Use "charts" for the artifact name and browse to the charts folder for the "Path to publish". Under 'Target Folder' enter `$(Build.ArtifactStagingDirectory)`.
1. Add a final task to "Agent job 1" and search for "Publish Pipeline Artifact". Use "charts" for the "Artifact name" and browse to the charts folder for the "File or directory path".

![Azure DevOps Artifact](azure-do-artifact.png)

1. Add a final task to "Agent job 1" and search for "Publish Build Artifacts". You can leave the default settings for this task.

![Azure DevOps Artifact](azure-do-publish.png)
![Azure DevOps Artifact](azure-do-pipeline-artifact.png)

1. Test this by clicking "Save & queue" and providing a comment

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e9d6df

Please sign in to comment.