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.
1 parent a4df6ce commit 4b0cba9Copy full SHA for 4b0cba9
1 file changed
CI/azure-pipelines-build.yml
@@ -197,6 +197,11 @@ stages:
197
buildType: 'current'
198
artifactName: 'IronDrawingDataTests'
199
targetPath: '$(Agent.BuildDirectory)/Data'
200
+ - task: UseDotNet@2
201
+ displayName: 'Install .Netcoreapp3.1 Core sdk'
202
+ inputs:
203
+ packageType: 'sdk'
204
+ version: '3.x'
205
- task: DotNetCoreCLI@2
206
displayName: Execute Linux (.NET Core) Tests
207
inputs:
0 commit comments