diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml index 2aaf34c92065d3ac579997536f72f83955b1ad39..4789a46eac79a6deb99483ff50f3f61e8e323680 100644 --- a/.azure/pipelines/jobs/default-build.yml +++ b/.azure/pipelines/jobs/default-build.yml @@ -175,14 +175,6 @@ jobs: displayName: Install Node 14.x inputs: versionSpec: 14.x - - ${{ if eq(parameters.agentOs, 'Windows') }}: - - task: NuGetToolInstaller@1 - - task: NuGetCommand@2 - displayName: 'Clear NuGet caches' - condition: succeeded() - inputs: - command: custom - arguments: 'locals all -clear' - ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}: - powershell: ./eng/scripts/InstallJdk.ps1 displayName: Install JDK 11