Skip to content

Commit a1885f1

Browse files
committed
Remove task NuGetToolInstaller
NuGet version 4.4.1 is very old. Use the default instead.
1 parent e0605c0 commit a1885f1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
Release:
1919
BuildConfiguration: Release
2020
steps:
21-
- task: NuGetToolInstaller@0
22-
displayName: 'Use NuGet 4.4.1'
23-
inputs:
24-
versionSpec: 4.4.1
25-
2621
- task: NuGetCommand@2
2722
displayName: 'NuGet restore'
2823
inputs:

0 commit comments

Comments
 (0)