You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/scripts/get-codeowners.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
param (
2
2
[string]$TargetDirectory="",# Code path to code owners. e.g sdk/core/azure-amqp
3
3
[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",
5
5
[string]$ToolPath= (Join-Path ([System.IO.Path]::GetTempPath()) "codeowners-tool-path"),# The place to check the tool existence. Put temp path as default
0 commit comments