Skip to content

Commit 637f821

Browse files
authored
Update pipeline ymml to add a task to install .net 2.1 since agent machine remove it. (#617)
1 parent e1cd54c commit 637f821

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ stages:
101101
targetType: 'inline'
102102
script: 'make prepare all check CONFIGURATION=$(buildConfiguration)'
103103

104+
- task: UseDotNet@2
105+
displayName: 'Use .NET Core sdk'
106+
inputs:
107+
packageType: sdk
108+
version: 2.1.x
109+
installationPath: $(Agent.ToolsDirectory)/dotnet
110+
104111
- task: EsrpCodeSigning@1
105112
displayName: Sign executable and dll files
106113
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))

0 commit comments

Comments
 (0)