Skip to content

Commit ef0966f

Browse files
Stop installing .NET 3.1 runtime (#4309)
Since PSES no longer needs it after deprecating PowerShell 7.0.
1 parent f97f75c commit ef0966f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.vsts-ci/templates/ci-general.yml

-8
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ steps:
5757
version: 6.0.x
5858
performMultiLevelLookup: true
5959

60-
- task: UseDotNet@2
61-
condition: not(${{ parameters.usePipelineArtifact }})
62-
displayName: Install .NET 3.1.x runtime
63-
inputs:
64-
packageType: runtime
65-
version: 3.1.x
66-
performMultiLevelLookup: true
67-
6860
- task: PowerShell@2
6961
displayName: Build and test
7062
inputs:

0 commit comments

Comments
 (0)