From a5682a5e61023ec15fc0503df4926826ef58b839 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 29 May 2025 10:34:40 -0700 Subject: [PATCH 1/2] Remove dotnet-core feed --- build/sources.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/sources.props b/build/sources.props index 3ff6676e..76a99f21 100644 --- a/build/sources.props +++ b/build/sources.props @@ -5,8 +5,9 @@ $(DotNetRestoreSources) $(RestoreSources); - https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json; https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json; From a4d435dbacb296af51022b7803b9948cb3640bf9 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 29 May 2025 10:40:07 -0700 Subject: [PATCH 2/2] Update default-build.yml --- .azure/templates/jobs/default-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/templates/jobs/default-build.yml b/.azure/templates/jobs/default-build.yml index d2160793..cdea997b 100644 --- a/.azure/templates/jobs/default-build.yml +++ b/.azure/templates/jobs/default-build.yml @@ -83,14 +83,14 @@ jobs: ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCore1ESPool-Svc-Internal ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Svc + name: NetCore-Svc-Public ${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}: image: windows.vs2019.amd64 os: windows ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCore1ESPool-Svc-Internal ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Svc + name: NetCore-Svc-Public variables: AgentOsName: ${{ parameters.agentOs }} ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping