Skip to content

Commit 0de421f

Browse files
azure-sdkbenbp
andauthored
Update pipeline generator version to include weekly convention name fix (Azure#16834)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 480b433 commit 0de421f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/pipelines/templates/steps/install-pipeline-generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ steps:
99
- script: >
1010
dotnet tool install
1111
Azure.Sdk.Tools.PipelineGenerator
12-
--version 1.0.2-dev.20210112.1
12+
--version 1.0.2-dev.20210219.1
1313
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk/nuget/v3/index.json
1414
--tool-path ${{parameters.ToolPath}}
1515
workingDirectory: $(Pipeline.Workspace)/pipeline-generator
16-
displayName: 'Install pipeline generator tool'
16+
displayName: 'Install pipeline generator tool'

0 commit comments

Comments
 (0)