Skip to content

Commit

Permalink
Update pipeline generation tool version (#1719)
Browse files Browse the repository at this point in the history
Consume latest changes from pipeline generation tool in #1708
  • Loading branch information
weshaggard authored Jun 21, 2021
1 parent 779398f commit 73c3e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
- script: >
dotnet tool install
Azure.Sdk.Tools.PipelineGenerator
--version 1.0.2-dev.20210309.1
--version 1.0.2-dev.20210621.4
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk/nuget/v3/index.json
--tool-path ${{parameters.ToolPath}}
workingDirectory: $(Pipeline.Workspace)/pipeline-generator
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/pipeline-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- job: GeneratePipelines
pool:
vmImage: 'windows-2019'
timeoutInMinutes: 120
strategy:
matrix:
Java:
Expand Down

0 comments on commit 73c3e7b

Please sign in to comment.