Skip to content

Commit 7511cc0

Browse files
authored
Sync eng/common directory with azure-sdk-tools for PR 4988 (Azure#19714)
Mirror of Azure/azure-sdk-tools#4988
1 parent 0296e2e commit 7511cc0

File tree

3 files changed

+2
-194
lines changed

3 files changed

+2
-194
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
- script: >
1010
dotnet tool install
1111
Azure.Sdk.Tools.PipelineGenerator
12-
--version 1.0.2-dev.20220504.1
12+
--version 1.1.0-dev.20221216.2
1313
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
1414
--tool-path ${{parameters.ToolPath}}
1515
workingDirectory: $(Pipeline.Workspace)/pipeline-generator

eng/common/pipelines/templates/steps/prepare-pipelines.yml

Lines changed: 0 additions & 192 deletions
This file was deleted.

eng/common/scripts/get-codeowners.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
param (
22
[string]$TargetDirectory = "", # Code path to code owners. e.g sdk/core/azure-amqp
33
[string]$CodeOwnerFileLocation = (Resolve-Path $PSScriptRoot/../../../.github/CODEOWNERS), # The absolute path of CODEOWNERS file.
4-
[string]$ToolVersion = "1.0.0-dev.20221005.1",
4+
[string]$ToolVersion = "1.0.0-dev.20221215.1",
55
[string]$ToolPath = (Join-Path ([System.IO.Path]::GetTempPath()) "codeowners-tool-path"), # The place to check the tool existence. Put temp path as default
66
[string]$DevOpsFeed = "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json", # DevOp tool feeds.
77
[string]$VsoVariable = "", # Option of write code owners into devop variable

0 commit comments

Comments
 (0)