Skip to content

Commit

Permalink
Fix script syntax error (#16897)
Browse files Browse the repository at this point in the history
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
  • Loading branch information
azure-sdk and praveenkuttappan authored Oct 27, 2020
1 parent 9708543 commit 914ab8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ parameters:

steps:
- script: >
mkdir $(Pipeline.Workspace)/pipeline-generator
mkdir pipeline-generator
workingDirectory: $(Pipeline.Workspace)
displayName: Setup working directory for pipeline generator.
- script: >
dotnet tool install
Expand Down

0 comments on commit 914ab8b

Please sign in to comment.