Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit a59c0e3

Browse files
committed
yaml
1 parent 9a1a293 commit a59c0e3

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

azure-pipelines.pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
pool:
1717
vmImage: 'ubuntu-latest'
1818
steps:
19+
- task: UseDotNet@2
20+
displayName: 'Install .net core 3.1'
21+
inputs:
22+
packageType: 'sdk'
23+
version: '3.1.100'
24+
1925
- task: DotNetCoreCLI@2
2026
displayName: '.NET Core - Restore'
2127
inputs:

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
pool:
1717
vmImage: 'ubuntu-latest'
1818
steps:
19+
- task: UseDotNet@2
20+
displayName: 'Install .net core 3.1'
21+
inputs:
22+
packageType: 'sdk'
23+
version: '3.1.100'
24+
1925
- task: DotNetCoreCLI@2
2026
displayName: '.NET Core - Restore'
2127
inputs:

0 commit comments

Comments
 (0)