Skip to content

Commit 777fba6

Browse files
authored
Fix build on Windows (#394)
1 parent 3fd9aa2 commit 777fba6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ jobs:
1616
pool:
1717
vmImage: 'windows-2022'
1818
steps:
19+
- task: UseDotNet@2
20+
inputs:
21+
version: '7.x'
22+
- task: UseDotNet@2
23+
inputs:
24+
version: '6.x'
25+
# .NET 5 required for GitVersion
26+
- task: UseDotNet@2
27+
inputs:
28+
version: '5.x'
1929
- powershell: |
2030
$ENV:CAKE_SKIP_GITVERSION=([string]::IsNullOrEmpty($ENV:SYSTEM_PULLREQUEST_PULLREQUESTID) -eq $False).ToString()
2131
.\build.ps1

0 commit comments

Comments
 (0)