8000 Bump minimatch and azure-pipelines-task-lib (#7361) · dotnet/extensions@8a62bb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a62bb9

Browse files
Bump minimatch and azure-pipelines-task-lib (#7361)
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.5 and updates ancestor dependency [azure-pipelines-task-lib](https://github.com/Microsoft/azure-pipelines-task-lib). These dependencies need to be updated together. Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.5) Updates `azure-pipelines-task-lib` from 5.2.2 to 5.2.7 - [Commits](https://github.com/Microsoft/azure-pipelines-task-lib/commits) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect - dependency-name: azure-pipelines-task-lib dependency-version: 5.2.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4457a07 commit 8a62bb9

File tree

4 files changed

+418
-194
lines changed

4 files changed

+418
-194
lines changed

src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/build.ps1

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ if ($null -eq $PackageVersion)
2121

2222
Write-Host "Using version $PackageVersion"
2323

24-
# Some CI agents have stale npm auth tokens in user or global .npmrc files
25-
# (e.g. C:\Users\cloudtest\.npmrc) that cause E401 errors against the public
26-
# dotnet-public-npm feed. Override both config paths so npm ignores stale
27-
# agent-level credentials and accesses the public feed anonymously.
28-
$env:NPM_CONFIG_USERCONFIG = "$env:TEMP\no-user-npmrc"
29-
$env:NPM_CONFIG_GLOBALCONFIG = "$env:TEMP\no-global-npmrc"
30-
3124
# Write-Information "Building Report Publishing task"
3225
Set-Location $PSScriptRoot/tasks/PublishAIEvaluationReport
3326
npm ci --omit=dev
@@ -62,4 +55,4 @@ if ($true -eq $IncludeTestPackage) {
6255

6356
# Build Preview version of the extension for testing
6457
npx tfx-cli extension create --overrides-file $PSScriptRoot/override.json --output-path $OutputPath
65-
}
58+
}

0 commit comments

Comments
 (0)
0