Skip to content

Commit 174a1a8

Browse files
committed
Adding nuget installer.
1 parent 3b80dbc commit 174a1a8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr-azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,17 @@ extends:
6666
displayName: Use .NET Core sdk 8.x
6767
inputs:
6868
version: 8.x
69+
- task: NuGetToolInstaller@0
70+
displayName: Use NuGet 6.x
71+
inputs:
72+
versionSpec: 6.x
6973
- task: DotNetCoreCLI@2
7074
displayName: Install dependencies
7175
inputs:
7276
command: restore
7377
feedsToUse: select
7478
vstsFeed: $(VSTS_FEED_ID)
7579
includeNuGetOrg: false
76-
nugetConfigPath: 'nuget.config'
7780
# 1ES PT requires explicit build task for Roslyn analysis. Auto-injected Roslyn task will use build logs from this build.
7881
- task: DotNetCoreCLI@2
7982
displayName: Build projects

0 commit comments

Comments
 (0)