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

Commit 6162cf3

Browse files
Israel SotoSotoiGhost
authored andcommitted
[CI] Added task to download .NET 2.1.818
* This version is used by Cake v0.33.0
1 parent 20ceb2b commit 6162cf3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ jobs:
3030
xcode: '13.2'
3131
cake: '0.33.0'
3232
initSteps:
33+
# Cake v0.33.0 uses this version
3334
- task: UseDotNet@2
34-
displayName: install .NET $(DotNetVersion)
35+
displayName: Install .NET 2.1.818
36+
inputs:
37+
version: '2.1.818'
38+
- task: UseDotNet@2
39+
displayName: Install .NET $(DotNetVersion)
3540
inputs:
3641
version: $(DotNetVersion)
3742
- pwsh: |

0 commit comments

Comments
 (0)