Skip to content

Commit

Permalink
Update packages using tools/code-owners-parser (#5562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Feb 24, 2023
1 parent 40ee67f commit d695d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/common/scripts/get-codeowners.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ param (
# but not this one:
# Remove the obsolete, prefix-based CODEOWNERS matcher & related tests
# https://github.com/Azure/azure-sdk-tools/pull/5431
[string]$ToolVersion = "1.0.0-dev.20230214.3",
[string]$ToolVersion = "1.0.0-dev.20230223.4",
[string]$ToolPath = (Join-Path ([System.IO.Path]::GetTempPath()) "codeowners-tool-path"),
[string]$DevOpsFeed = "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json",
[string]$VsoVariable = "",
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
OfficialBuildId: $(Build.BuildNumber)
skipComponentGovernanceDetection: true
NotificationsCreatorVersion: '1.0.0-dev.20230216.1'
NotificationsCreatorVersion: '1.0.0-dev.20230223.2'
PipelineOwnersExtractorVersion: '1.0.0-dev.20230211.1'

0 comments on commit d695d83

Please sign in to comment.