Skip to content

Commit 4b0cba9

Browse files
Install .NETCOREAPP3.1
1 parent a4df6ce commit 4b0cba9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CI/azure-pipelines-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ stages:
197197
buildType: 'current'
198198
artifactName: 'IronDrawingDataTests'
199199
targetPath: '$(Agent.BuildDirectory)/Data'
200+
- task: UseDotNet@2
201+
displayName: 'Install .Netcoreapp3.1 Core sdk'
202+
inputs:
203+
packageType: 'sdk'
204+
version: '3.x'
200205
- task: DotNetCoreCLI@2
201206
displayName: Execute Linux (.NET Core) Tests
202207
inputs:

0 commit comments

Comments
 (0)