Skip to content

Commit 609d5f0

Browse files
authored
Merge pull request #10552 from MaxWang-MS/fix_doc_binary_gen
Add a step to install nuget
2 parents 687f9df + ff9b303 commit 609d5f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipelines/docs-binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- checkout: self
1515
clean: true
1616
fetchDepth: 1
17+
18+
- task: NuGetToolInstaller@1
1719

1820
- task: PowerShell@2
1921
displayName: 'Create binaries for docs generation'
@@ -40,6 +42,8 @@ jobs:
4042
- checkout: self
4143
clean: true
4244
fetchDepth: 1
45+
46+
- task: NuGetToolInstaller@1
4347

4448
- task: PowerShell@2
4549
displayName: 'Create binaries for docs generation'

0 commit comments

Comments
 (0)