Skip to content

Commit 77e1345

Browse files
committed
Temporarily remove desktop tests - cannot make them work locally.
1 parent 30c4e93 commit 77e1345

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/build.proj

-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
<MSBuild Projects="..\Infusion.sln" Properties="Configuration=Release;Platform=Any CPU" />
55

66
<PropertyGroup>
7-
<MSTestPath>$(VS160COMNTOOLS)\..\IDE\MSTest.exe</MSTestPath>
87
<UOEreborScriptExtensionPath>..\ExampleScripts\UOErebor\Infusion.Scripts.UOErebor.Extensions</UOEreborScriptExtensionPath>
98
</PropertyGroup>
109

1110
<MakeDir Directories=".\testresults" />
1211

1312
<Exec Command="dotnet test ..\Infusion.Tests" />
1413
<Exec Command="dotnet test ..\Infusion.LegacyApi.Tests" />
15-
<Exec Command="&quot;$(MSTestPath)&quot; /testcontainer:&quot;..\Infusion.Desktop.Tests\bin\release\net47\Infusion.Desktop.Tests.dll&quot; /resultsfile:&quot;testresults\Infusion.Desktop.Tests.log&quot;" />
1614

1715
<MSBuild Projects="$(UOEreborScriptExtensionPath)\Infusion.Scripts.UOErebor.Extensions.sln" Properties="Configuration=Release;Platform=Any CPU" />
1816

0 commit comments

Comments
 (0)