- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
# packageType: sdk
# version: 2.2.203
# installationPath: $(Agent.ToolsDirectory)/dotnet
Also supports
DotNetCoreInstaller@0
andDotNetCoreInstaller@1
- name: Use .NET Core sdk
uses: actions/[email protected]
with:
dotnet-version: 2.2.203
- packageType
- useGlobalJson
- workingDirectory
- includePreviewVersions
- installationPath
- performMultiLevelLookup