Skip to content

Commit

Permalink
Remove reminants of dotnet core versions (#14783)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Sep 4, 2020
1 parent 8a624a3 commit f4b0673
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions common/SmokeTests/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
variables:
DocWardenVersion: '0.6.1'
DotNetCoreSDKVersion: '3.1.301'
DotNetCoreRuntimeVersion: '2.1.10'
OfficialBuildId: $(Build.BuildNumber)
ConvertToProjectReferenceOption: ''
skipComponentGovernanceDetection: true
Expand Down

0 comments on commit f4b0673

Please sign in to comment.