Skip to content

Commit 984583b

Browse files
authored
Update azure-pipelines.yml
1 parent acb6d65 commit 984583b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ steps:
1414
git submodule update --init --recursive
1515
displayName: 'Update submodules (main fluentmigrator repo)'
1616

17+
- task: UseDotNet@2
18+
inputs:
19+
version: '8.x'
20+
1721
# If installing docfx fails due to missing .NET SDK, update global.json version to match the one available in the current ubuntu-latest
1822
- script: |
1923
dotnet tool install -g docfx --version 2.77.0

0 commit comments

Comments
 (0)