File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments