Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB93E18E72 for ; Sat, 20 Feb 2016 11:46:22 +0000 (UTC) Received: (qmail 65367 invoked by uid 500); 20 Feb 2016 11:46:22 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 65234 invoked by uid 500); 20 Feb 2016 11:46:22 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 63880 invoked by uid 99); 20 Feb 2016 11:46:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2016 11:46:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4EDBE0997; Sat, 20 Feb 2016 11:46:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Sat, 20 Feb 2016 11:46:53 -0000 Message-Id: <7e51968d0e654601b09fee502b89de69@git.apache.org> In-Reply-To: <610bcc1b6b1a4c6fb39bf90f502615fc@git.apache.org> References: <610bcc1b6b1a4c6fb39bf90f502615fc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/38] ignite git commit: IGNITE-1626 : .NET: NuGet install script minor fix IGNITE-1626 : .NET: NuGet install script minor fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/883436c8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/883436c8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/883436c8 Branch: refs/heads/ignite-961 Commit: 883436c89aec143f3ae7bdb79a5db633210bf84b Parents: 62d69e0 Author: Pavel Tupitsyn Authored: Fri Feb 19 18:34:57 2016 +0300 Committer: Pavel Tupitsyn Committed: Fri Feb 19 18:34:57 2016 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core/NuGet/Install.ps1 | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/883436c8/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 c1c591b..d4e97bb 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1 +++ b/modules/platforms/dotnet/Apache.Ignite.Core/NuGet/Install.ps1 @@ -14,23 +14,6 @@ param($installPath, $toolsPath, $package, $project) Write-Host "Updating project properties..." -Function SetProperties -{ - param ($projItem) - - Write-Host $projItem.Name - - $projItem.Properties.Item("CopyToOutputDirectory").Value = 2 # copy if newer -} - -# Copy default config to output dir for user conveniece -SetProperties $project.ProjectItems.Item("Config").ProjectItems.Item("default-config.xml") - -# ForEach ($item in $project.ProjectItems.Item("Libs").ProjectItems) -# { -# SetProperties $item -# } - . (Join-Path $toolsPath "PostBuild.ps1") # Get the current Post Build Event cmd