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/12/03 14:09:33 UTC

[18/22] ignite git commit: wip

wip


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

Branch: refs/heads/ignite-1626
Commit: d8874ad025d7e0486ab735f7b9282ae7f9d5c1d7
Parents: c653f66
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Mon Nov 16 11:30:47 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Mon Nov 16 11:30:47 2015 +0300

----------------------------------------------------------------------
 .../platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec  | 1 +
 modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d8874ad0/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
index 5ea57ef..dd0c4da 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
@@ -56,6 +56,7 @@ Creating NuGet package:
         
         <!-- Install script should be in tools -->
         <file src="NuGet\Install.ps1" target="tools" />
+        <file src="NuGet\PostBuild.ps1" target="tools" />
         
         <!-- Other files should go to Content folder to be automatically included in project. -->
         <file src="..\..\..\..\config\default-config.xml" target="Content\Config" />

http://git-wip-us.apache.org/repos/asf/ignite/blob/d8874ad0/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1 b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1
index 96e73d0..c1c591b 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1
@@ -31,7 +31,7 @@ SetProperties $project.ProjectItems.Item("Config").ProjectItems.Item("default-co
 #    SetProperties $item
 # }
 
-. (Join-Path $toolsPath "GetSqlCEPostBuildCmd.ps1")
+. (Join-Path $toolsPath "PostBuild.ps1")
 
 # Get the current Post Build Event cmd
 $currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value