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 4605dd3 commit 4b47778Copy full SHA for 4b47778
build-system/azure-pipeline.template.yaml
@@ -16,6 +16,15 @@ jobs:
16
clean: false # whether to fetch clean each time
17
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
18
persistCredentials: true
19
+ - task: UseDotNet@2
20
+ displayName: 'Use .NET 5 SDK 5.0.101'
21
+ inputs:
22
+ version: 5.0.101
23
24
+ displayName: 'Use .NET Core Runtime 3.1.10'
25
26
+ packageType: runtime
27
+ version: 3.1.10
28
# Linux or macOS
29
- task: Bash@3
30
displayName: Linux / OSX Build
0 commit comments