Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2024-01-29 21:12:21 +00:00
parent dd590237fc
commit 0b6f381fc5

View File

@@ -23,8 +23,8 @@ steps:
- task: UseDotNet@2 - task: UseDotNet@2
inputs: inputs:
packageType: sdk packageType: sdk
useGlobalJson: true #useGlobalJson: true
includePreviewVersions: true version: 8.x
installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present.
- task: CmdLine@2 - task: CmdLine@2