Upgrade to .net 10
This commit is contained in:
@@ -21,10 +21,10 @@ steps:
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: UseDotNet@2
|
||||
inputs:
|
||||
packageType: sdk
|
||||
#useGlobalJson: true
|
||||
version: 8.x
|
||||
inputs:
|
||||
packageType: sdk
|
||||
#useGlobalJson: true
|
||||
version: 10.x
|
||||
installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present.
|
||||
|
||||
- task: CmdLine@2
|
||||
|
||||
Reference in New Issue
Block a user