Skip to content

Commit

Permalink
Removed step to build samples temporarily (#13197)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored Jan 13, 2021
1 parent c2298fd commit d3a1e78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eng/pipelines/templates/steps/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ steps:
node eng/tools/rush-runner.js pack "${{parameters.ServiceDirectory}}" --verbose
displayName: "Pack libraries"
- script: |
node eng/tools/rush-runner.js build:samples "${{parameters.ServiceDirectory}}" --verbose
displayName: "Build samples"
# Unlink node_modules folders to significantly improve performance of subsequent tasks
# which need to walk the directory tree (and are hardcoded to follow symlinks).
- script: |
Expand Down

0 comments on commit d3a1e78

Please sign in to comment.