Skip to content

Commit 8cb331f

Browse files
committed
Merge branch 'release/2.1' into release/2.2
2 parents 8db56e5 + 6a6a119 commit 8cb331f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
vmImage: ubuntu-16.04
7979
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
8080
${{ if eq(variables['System.TeamProject'], 'public') }}:
81-
name: NetCorePublic-Int-Pool
81+
name: NetCorePublic-Pool
8282
queue: BuildPool.Windows.10.Amd64.VS2017.Open
8383
${{ if ne(variables['System.TeamProject'], 'public') }}:
84-
name: NetCoreInternal-Int-Pool
84+
name: NetCoreInternal-Pool
8585
queue: BuildPool.Windows.10.Amd64.VS2017
8686
variables:
8787
AgentOsName: ${{ parameters.agentOs }}
@@ -111,6 +111,12 @@ jobs:
111111
- ${{ if eq(parameters.agentOs, 'Windows') }}:
112112
- powershell: ./eng/scripts/InstallJdk.ps1 '11.0.1'
113113
displayName: Install JDK 11
114+
- task: NuGetCommand@2
115+
displayName: 'Clear NuGet caches'
116+
condition: succeeded()
117+
inputs:
118+
command: custom
119+
arguments: 'locals all -clear'
114120
- ${{ if eq(parameters.agentOs, 'Linux') }}:
115121
- script: ./eng/scripts/InstallJdk.sh '10.0.2'
116122
displayName: Install JDK 10

0 commit comments

Comments
 (0)