8000 ci: Install nuget on Azure for v3.2.x. · matplotlib/matplotlib@1f8dbb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f8dbb9

Browse files
committed
ci: Install nuget on Azure for v3.2.x.
1 parent 29f2c5e commit 1f8dbb9

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
@@ -52,6 +52,10 @@ steps:
5252
prerelease: true
5353
condition: and(succeeded(), eq(variables['python.version'], 'Pre'))
5454

55+
- task: NuGetToolInstaller@0
56+
displayName: 'Use latest available Nuget'
57+
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
58+
5559
- bash: |
5660
set -e
5761
case "$(python -c 'import sys; print(sys.platform)')" in

0 commit comments

Comments
 (0)
0