Skip to content

Commit 045859c

Browse files
azure-sdksima-zhu
andauthored
Update the version tool to the latest (Azure#21716)
Co-authored-by: sima-zhu <[email protected]>
1 parent ebbfcff commit 045859c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.20211129.6", # Placeholder. Will update in next PR
4+
[string]$ToolVersion = "1.0.0-dev.20220121.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)