We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b80dbc commit 174a1a8Copy full SHA for 174a1a8
1 file changed
.github/workflows/pr-azure-pipelines.yml
@@ -66,14 +66,17 @@ extends:
66
displayName: Use .NET Core sdk 8.x
67
inputs:
68
version: 8.x
69
+ - task: NuGetToolInstaller@0
70
+ displayName: Use NuGet 6.x
71
+ inputs:
72
+ versionSpec: 6.x
73
- task: DotNetCoreCLI@2
74
displayName: Install dependencies
75
76
command: restore
77
feedsToUse: select
78
vstsFeed: $(VSTS_FEED_ID)
79
includeNuGetOrg: false
- nugetConfigPath: 'nuget.config'
80
# 1ES PT requires explicit build task for Roslyn analysis. Auto-injected Roslyn task will use build logs from this build.
81
82
displayName: Build projects
0 commit comments