Don't parse dotnet-install output for errors
This commit is contained in:
parent
4f03b3ac92
commit
dd1d245df8
1 changed files with 3 additions and 1 deletions
|
@ -80,7 +80,9 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<Exec Command="$(InstallRuntimeCommand)"
|
||||
Condition="!Exists($(RuntimeTargetDirectory))"/>
|
||||
Condition="!Exists($(RuntimeTargetDirectory))"
|
||||
IgnoreStandardErrorWarningFormat="true"
|
||||
/>
|
||||
</Target>
|
||||
|
||||
<Target Name="RunSdkTests" DependsOnTargets="SetupLayoutWithPreviousRuntimes">
|
||||
|
|
Loading…
Add table
Reference in a new issue