Fix missing single quote in SdkTests.csproj.

This commit is contained in:
Michael Yanni 2024-02-06 14:12:13 -08:00
parent 23d9262638
commit 8e86e03d37

View file

@ -207,7 +207,7 @@
<TestArgs>$(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipx86.xml"</TestArgs>
</PropertyGroup>
<PropertyGroup Condition=" $(IslinuxPortable)' == 'true'">
<PropertyGroup Condition="'$(IsLinuxPortable)' == 'true'">
<!-- Add list of tests to skip on Linux Portable -->
<TestArgs>$(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipPortableLinux.xml"</TestArgs>
</PropertyGroup>