Fix missing single quote in SdkTests.csproj.
This commit is contained in:
parent
23d9262638
commit
8e86e03d37
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue