Skip to content

Commit

Permalink
🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvv committed Oct 28, 2023
1 parent ff3b960 commit 693c4f8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,35 @@ extends:
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)/homepage
artifactName: homepage.htm
displayName: homepage.htm
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)/packages/fluentui/docs/src/public
artifactName: demo-images
displayName: demo-images
- output: pipelineArtifact
targetPath: ./oufr-version.txt
targetPath: $(System.DefaultWorkingDirectory)/oufr-version.txt
artifactName: oufr-version
displayName: oufr-version
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)/site-manifests
artifactName: fabric-website-manifests
displayName: fabric-website-manifests
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)/apps/public-docsite-resources/dist/demo
artifactName: fabric-website-resources
displayName: fabric-website-resources
- output: pipelineArtifact
targetPath: $(Build.ArtifactStagingDirectory)/api
artifactName: api-json
displayName: api-json
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)/apps/public-docsite/dist
artifactName: fabric-website
displayName: fabric-website
- output: pipelineArtifact
targetPath: $(System.DefaultWorkingDirectory)/packages/react/dist
artifactName: fabric
displayName: fabric
steps:
- template: .devops/templates/tools.yml@self

Expand Down

0 comments on commit 693c4f8

Please sign in to comment.