Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
2023-02-04 16:18:35 +00:00
parent 91b9716ccc
commit cf7a38e6c3

View File

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