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

Commit

Permalink
[CI] Added task to download .NET 2.1.818
Browse files Browse the repository at this point in the history
* This version is used by Cake v0.33.0
  • Loading branch information
Israel Soto authored and SotoiGhost committed May 18, 2022
1 parent 20ceb2b commit 6162cf3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ jobs:
xcode: '13.2'
cake: '0.33.0'
initSteps:
# Cake v0.33.0 uses this version
- task: UseDotNet@2
displayName: install .NET $(DotNetVersion)
displayName: Install .NET 2.1.818
inputs:
version: '2.1.818'
- task: UseDotNet@2
displayName: Install .NET $(DotNetVersion)
inputs:
version: $(DotNetVersion)
- pwsh: |
Expand Down

0 comments on commit 6162cf3

Please sign in to comment.