We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dotnet
1 parent 1f417a1 commit d5a708fCopy full SHA for d5a708f
.vsts-ci/templates/ci-general.yml
@@ -41,6 +41,22 @@ steps:
41
archiveFilePatterns: $(Pipeline.Workspace)/PowerShellEditorServices.zip
42
destinationFolder: $(Build.SourcesDirectory)/vscode-powershell/modules
43
44
+- task: UseDotNet@2
45
+ condition: not(${{ parameters.usePipelineArtifact }})
46
+ displayName: Install .NET 6.0.x SDK
47
+ inputs:
48
+ packageType: sdk
49
+ version: 6.0.x
50
+ performMultiLevelLookup: true
51
+
52
53
54
+ displayName: Install .NET 3.1.x runtime
55
56
+ packageType: runtime
57
+ version: 3.1.x
58
59
60
- task: PowerShell@2
61
displayName: Build and test
62
inputs:
0 commit comments