From f4b0673c6f00c240c489d1f1831e64b87a44e8f5 Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Date: Fri, 4 Sep 2020 11:02:17 -0700 Subject: [PATCH] Remove reminants of dotnet core versions (#14783) --- common/SmokeTests/smoke-tests.yml | 12 ------------ eng/pipelines/templates/variables/globals.yml | 2 -- 2 files changed, 14 deletions(-) diff --git a/common/SmokeTests/smoke-tests.yml b/common/SmokeTests/smoke-tests.yml index 042f0f02614e2..48a3aae19e0bd 100644 --- a/common/SmokeTests/smoke-tests.yml +++ b/common/SmokeTests/smoke-tests.yml @@ -58,18 +58,6 @@ jobs: steps: - template: /eng/common/pipelines/templates/steps/verify-agent-os.yml - - task: UseDotNet@2 - displayName: "Use .NET Core runtime $(DotNetCoreRuntimeVersion)" - inputs: - packageType: runtime - version: "$(DotNetCoreRuntimeVersion)" - - - task: UseDotNet@2 - displayName: "Use .NET Core sdk $(DotNetCoreSDKVersion)" - inputs: - packageType: sdk - version: "$(DotNetCoreSDKVersion)" - - task: PowerShell@2 inputs: targetType: filePath diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index bde43775a8d0e..972a8c86e8b0a 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -1,7 +1,5 @@ variables: DocWardenVersion: '0.6.1' - DotNetCoreSDKVersion: '3.1.301' - DotNetCoreRuntimeVersion: '2.1.10' OfficialBuildId: $(Build.BuildNumber) ConvertToProjectReferenceOption: '' skipComponentGovernanceDetection: true