Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2019-02-26 15:20:41 +0300
committerLluis Sanchez <llsan@microsoft.com>2019-02-26 15:20:41 +0300
commit79c5b5099209a0720893e95c6fc2afbb7ea9a0b3 (patch)
tree860794a2da4759444471e039708c170d8ed02d80 /main/tests/IdeUnitTests/IdeUnitTests.csproj
parentf3a232b41ca075ae7874d3b7d810eec547b9b35f (diff)
Include basic unit test infrastructure in the bundle
Diffstat (limited to 'main/tests/IdeUnitTests/IdeUnitTests.csproj')
-rw-r--r--main/tests/IdeUnitTests/IdeUnitTests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/tests/IdeUnitTests/IdeUnitTests.csproj b/main/tests/IdeUnitTests/IdeUnitTests.csproj
index b604d56df4..44ab68ded6 100644
--- a/main/tests/IdeUnitTests/IdeUnitTests.csproj
+++ b/main/tests/IdeUnitTests/IdeUnitTests.csproj
@@ -76,4 +76,8 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <Target Name="AfterBuild">
+ <Copy SourceFiles="$(OutputPath)\$(AssemblyName).dll" DestinationFolder="..\..\build\bin\testing" SkipUnchangedFiles="true" />
+ <Copy SourceFiles="$(OutputPath)\GuiUnit.exe" DestinationFolder="..\..\build\bin\testing" SkipUnchangedFiles="true" />
+ </Target>
</Project> \ No newline at end of file