Enable running integrations tests on Linux

This commit is contained in:
Paul Johnson
2020-11-27 19:15:49 +00:00
parent 3f9b284540
commit 51f20119a2
10 changed files with 232 additions and 27 deletions

View File

@@ -7,6 +7,10 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<DefineConstants>IS_WINDOWS</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="TEMP\**" />
<EmbeddedResource Remove="TEMP\**" />