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:
Jeremy Koritzinsky 2023-04-14 15:33:06 -07:00
commit 70ab30487b
No known key found for this signature in database
GPG key ID: 0C331C376E93831A

View file

@ -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>