Skip to content

Commit 8273983

Browse files
committed
Fixed pipeline build issue
1 parent 580c00f commit 8273983

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ jobs:
1111
BuildPlatform: 'any cpu'
1212
steps:
1313
- task: NuGetToolInstaller@1
14-
displayName: Install NuGet 5.5.0
14+
displayName: Install NuGet 5.5.1
1515
inputs:
16-
versionSpec: '5.5.0'
16+
versionSpec: '5.5.1'
1717
checkLatest: true
1818
- task: UseDotNet@2
19-
displayName: Use .NET Core 3.1.x
19+
displayName: Use .NET Core 6.0.x
2020
inputs:
2121
packageType: 'sdk'
22-
version: '3.1.x'
23-
- task: NuGetCommand@2
22+
version: '6.0.x'
23+
- task: DotNetCoreCLI@2
2424
displayName: Restore Packages (AppInsights.EnterpriseTelemetry.sln)
2525
inputs:
2626
command: 'restore'
27-
restoreSolution: 'src/AppInsights.EnterpriseTelemetry.sln'
27+
projects: 'src/AppInsights.EnterpriseTelemetry.sln'
2828
feedsToUse: 'select'
2929
- task: DotNetCoreCLI@2
3030
displayName: Build Library Projects

0 commit comments

Comments
 (0)