Skip to content

Commit 93d82b0

Browse files
authored
Merge branch 'release/2.2' => 'master' (dotnet#9986)
2 parents 2d33c32 + ed886c4 commit 93d82b0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ jobs:
9595
name: ${{ parameters.poolName }}
9696
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
9797
${{ if eq(variables['System.TeamProject'], 'public') }}:
98-
name: NetCorePublic-Int-Pool
98+
name: NetCorePublic-Pool
9999
${{ if ne(parameters.isTestingJob, true) }}:
100100
# Visual Studio Build Tools
101101
queue: BuildPool.Windows.10.Amd64.VS2019.BT.Open
102102
${{ if eq(parameters.isTestingJob, true) }}:
103103
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
104104
queue: BuildPool.Windows.10.Amd64.VS2019.Open
105105
${{ if eq(variables['System.TeamProject'], 'internal') }}:
106-
name: NetCoreInternal-Int-Pool
106+
name: NetCoreInternal-Pool
107107
${{ if ne(parameters.isTestingJob, true) }}:
108108
# Visual Studio Build Tools
109109
queue: BuildPool.Windows.10.Amd64.VS2019.BT
@@ -138,6 +138,13 @@ jobs:
138138
displayName: Install Node 10.x
139139
inputs:
140140
versionSpec: 10.x
141+
- ${{ if eq(parameters.agentOs, 'Windows') }}:
142+
- task: NuGetCommand@2
143+
displayName: 'Clear NuGet caches'
144+
condition: succeeded()
145+
inputs:
146+
command: custom
147+
arguments: 'locals all -clear'
141148
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
142149
- powershell: |
143150
./eng/scripts/InstallJdk.ps1 '11.0.1'

0 commit comments

Comments
 (0)