Commit aef022e 1 parent 0953bd6 commit aef022e Copy full SHA for aef022e
File tree 2 files changed +5
-1
lines changed
.azuredevops/pipelines/templates/stages
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ stages:
19
19
vmImage : $(imageName)
20
20
steps :
21
21
- template : ../steps/install-required-dotnet-versions-for-building.yml
22
+ - task : UseDotNet@2
23
+ inputs :
24
+ version : ' 9.0.101'
25
+ displayName : ' Install .NET 9'
22
26
# Ubuntu 24.04 does not have Mono installed, which is Required for Cake.Recipe
23
27
- bash : sudo apt-get install mono-complete
24
28
condition : eq(variables['imageName'], 'ubuntu-24.04')
Original file line number Diff line number Diff line change 37
37
dotnet-version : |
38
38
5.x
39
39
8.x
40
- 9.x
40
+ 9.0.101
41
41
# Ubuntu 24.04 does not have Mono installed, which is Required for Cake.Recipe
42
42
- name : Install Mono
43
43
if : ${{ matrix.os == 'ubuntu-24.04' }}
You can’t perform that action at this time.
0 commit comments