We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cd54c commit 637f821Copy full SHA for 637f821
1 file changed
azure-pipelines.yml
@@ -101,6 +101,13 @@ stages:
101
targetType: 'inline'
102
script: 'make prepare all check CONFIGURATION=$(buildConfiguration)'
103
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
+
111
- task: EsrpCodeSigning@1
112
displayName: Sign executable and dll files
113
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
0 commit comments