You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/09/23 16:10:06 UTC

ignite git commit: Fixed PostBuildEvent for Apache.Ignite.exe project.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1282 f0bac562c -> e39236fe5


Fixed PostBuildEvent for Apache.Ignite.exe project.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e39236fe
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e39236fe
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e39236fe

Branch: refs/heads/ignite-1282
Commit: e39236fe5143038d8d906580a56320a329e9261c
Parents: f0bac56
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Wed Sep 23 17:10:48 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Wed Sep 23 17:10:48 2015 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj     | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e39236fe/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
index 239898e..8d130aa 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj
@@ -232,6 +232,10 @@
     </Content>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <PropertyGroup>
+    <PreBuildEvent>copy $(SolutionDir)\Apache.Ignite\bin\$(PlatformName)\$(ConfigurationName)\Apache.Ignite.exe $(ProjectDir)$(OutDir)
+copy $(SolutionDir)\Apache.Ignite\bin\$(PlatformName)\$(ConfigurationName)\Apache.Ignite.exe.config $(ProjectDir)$(OutDir)</PreBuildEvent>
+  </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">