Sync eng/common directory with azure-sdk-tools for PR 1719 (#2468)

* Update pipeline generation tool version

Consume latest changes from pipeline generation tool in https://github.com/Azure/azure-sdk-tools/pull/1708

* Update tool version to include fix for public ci

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2021-06-21 16:42:43 -07:00 committed by GitHub
parent 8b0ebb39f5
commit 5a0882f770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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