You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-07-23 23:39:01 +07:00
Debug
This commit is contained in:
@ -24,8 +24,4 @@ foreach ($path in $pathsToClear) {
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
dotnet --info
|
||||
} catch {
|
||||
Write-Host "Dotnet was removed successfully"
|
||||
}
|
||||
Get-Command "dotnet --info"
|
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netcoreapp3.1;netcoreapp2.2</TargetFrameworks>
|
||||
<TargetFrameworks>netcoreapp3.1;netcoreapp2.2;netcoreapp5.0</TargetFrameworks>
|
||||
<RootNamespace>sample_csproj</RootNamespace>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
|
Reference in New Issue
Block a user