Skip to content

Commit 4b47778

Browse files
committed
Update build system to support .NET 3.1 and 5.0
1 parent 4605dd3 commit 4b47778

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build-system/azure-pipeline.template.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ jobs:
1616
clean: false # whether to fetch clean each time
1717
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
1818
persistCredentials: true
19+
- task: UseDotNet@2
20+
displayName: 'Use .NET 5 SDK 5.0.101'
21+
inputs:
22+
version: 5.0.101
23+
- task: UseDotNet@2
24+
displayName: 'Use .NET Core Runtime 3.1.10'
25+
inputs:
26+
packageType: runtime
27+
version: 3.1.10
1928
# Linux or macOS
2029
- task: Bash@3
2130
displayName: Linux / OSX Build

0 commit comments

Comments
 (0)