Updated Branches: refs/heads/4.3 460b0df1c -> a7e10fcfa
Fix the directory path of where the nuget packages get downloaded. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a7e10fcf Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a7e10fcf Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a7e10fcf Branch: refs/heads/4.3 Commit: a7e10fcfaf3ed67964f356fb2dc9dcb2226236fc Parents: 460b0df Author: Anshul Gangwar <[email protected]> Authored: Mon Dec 9 11:06:56 2013 +0530 Committer: Devdeep Singh <[email protected]> Committed: Mon Dec 9 11:06:56 2013 +0530 ---------------------------------------------------------------------- .../hypervisors/hyperv/DotNet/ServerResource/.nuget/NuGet.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a7e10fcf/plugins/hypervisors/hyperv/DotNet/ServerResource/.nuget/NuGet.targets ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/hyperv/DotNet/ServerResource/.nuget/NuGet.targets b/plugins/hypervisors/hyperv/DotNet/ServerResource/.nuget/NuGet.targets index c4211a2..6cfbb8c 100644 --- a/plugins/hypervisors/hyperv/DotNet/ServerResource/.nuget/NuGet.targets +++ b/plugins/hypervisors/hyperv/DotNet/ServerResource/.nuget/NuGet.targets @@ -50,7 +50,7 @@ <NonInteractiveSwitch Condition=" '$(VisualStudioVersion)' != '' AND '$(OS)' == 'Windows_NT' ">-NonInteractive</NonInteractiveSwitch> <!-- Commands --> - <RestoreCommand>$(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir "$(SolutionDir) " </RestoreCommand> + <RestoreCommand>$(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir "$(SolutionDir)" </RestoreCommand> <BuildCommand>$(NuGetCommand) pack "$(ProjectPath)" -Properties Configuration=$(Configuration) $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols</BuildCommand> <!-- We need to ensure packages are restored prior to assembly resolve -->
