Merge branch 'darc-main-d1692cc6-e594-4aaf-9242-8c8113d82c8d' of github.com:dotnet/installer into darc-main-d1692cc6-e594-4aaf-9242-8c8113d82c8d
This commit is contained in:
commit
70ab30487b
1 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,8 @@
|
|||
<TestArgs>$(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipPortableLinux.xml"</TestArgs>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" $([MSBuild]::IsOSPlatform('Linux')) ">
|
||||
<!-- Add list of tests to skip on Linux -->
|
||||
<PropertyGroup Condition=" '$(IsLinux)' == 'true' ">
|
||||
<!-- Add list of tests to skip on Linux Portable -->
|
||||
<TestArgs>$(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipLinux.xml"</TestArgs>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue