From e421b5ac687e7e9ec63bed6c672c072f4a7e00ac Mon Sep 17 00:00:00 2001 From: Dan Fiedler Date: Thu, 15 Jan 2026 11:01:43 -0500 Subject: [PATCH 1/2] rename nuget.config.azure to nuget.config --- nuget.config.azure => nuget.config | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nuget.config.azure => nuget.config (100%) diff --git a/nuget.config.azure b/nuget.config similarity index 100% rename from nuget.config.azure rename to nuget.config From 6fb8f07a2d797feacac136cb6cb00e5b1e3dfc45 Mon Sep 17 00:00:00 2001 From: Dan Fiedler Date: Thu, 15 Jan 2026 14:14:36 -0500 Subject: [PATCH 2/2] move PR pipeline to microsoft-sdl org --- Pipelines/recursive-extractor-pr.yml | 15 +++++++-------- nuget.config | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Pipelines/recursive-extractor-pr.yml b/Pipelines/recursive-extractor-pr.yml index 115f838..8403eda 100644 --- a/Pipelines/recursive-extractor-pr.yml +++ b/Pipelines/recursive-extractor-pr.yml @@ -1,6 +1,3 @@ -# Azure Pipelines -# https://aka.ms/yaml - name: RecursiveExtractor_PR_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) trigger: none pr: @@ -12,7 +9,7 @@ resources: repositories: - repository: templates type: git - name: SecurityEngineering/OSS-Tools-Pipeline-Templates + name: microsoft-sdl/OSS-Tools-Pipeline-Templates ref: refs/tags/v2.0.4 - repository: 1esPipelines type: git @@ -48,9 +45,10 @@ extends: dotnetTestArgs: '-- --coverage --report-trx' includeNuGetOrg: false nugetFeedsToUse: 'config' - nugetConfigPath: 'nuget.config.azure' + nugetConfigPath: 'nuget.config' onInit: - task: NuGetAuthenticate@1 + - template: dotnet-test-job.yml@templates parameters: jobName: 'cli_dotnet_test_windows' @@ -62,7 +60,7 @@ extends: dotnetTestArgs: '-- --coverage --report-trx' includeNuGetOrg: false nugetFeedsToUse: 'config' - nugetConfigPath: 'nuget.config.azure' + nugetConfigPath: 'nuget.config' onInit: - task: NuGetAuthenticate@1 @@ -81,11 +79,12 @@ extends: artifactName: 'lib-archive' includeNuGetOrg: false nugetFeedsToUse: 'config' - nugetConfigPath: 'nuget.config.azure' + nugetConfigPath: 'nuget.config' onInit: - task: NuGetAuthenticate@1 preBuild: - template: nbgv-set-version-steps.yml@templates + - template: nuget-build-job.yml@templates parameters: jobName: 'pack_cli' @@ -97,7 +96,7 @@ extends: artifactName: 'cli-archive' includeNuGetOrg: false nugetFeedsToUse: 'config' - nugetConfigPath: 'nuget.config.azure' + nugetConfigPath: 'nuget.config' onInit: - task: NuGetAuthenticate@1 preBuild: diff --git a/nuget.config b/nuget.config index 897b390..227ad0c 100644 --- a/nuget.config +++ b/nuget.config @@ -2,6 +2,6 @@ - + \ No newline at end of file