We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb6d65 commit 984583bCopy full SHA for 984583b
azure-pipelines.yml
@@ -14,6 +14,10 @@ steps:
14
git submodule update --init --recursive
15
displayName: 'Update submodules (main fluentmigrator repo)'
16
17
+- task: UseDotNet@2
18
+ inputs:
19
+ version: '8.x'
20
+
21
# If installing docfx fails due to missing .NET SDK, update global.json version to match the one available in the current ubuntu-latest
22
- script: |
23
dotnet tool install -g docfx --version 2.77.0
0 commit comments