Updated Branches: refs/heads/master 100dc368c -> 1f67ebc29
Fix nuget package path error. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1f67ebc2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1f67ebc2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1f67ebc2 Branch: refs/heads/master Commit: 1f67ebc2972948713bba933e671b2d172a14a5c8 Parents: 100dc36 Author: Anshul Gangwar <[email protected]> Authored: Mon Dec 9 13:06:47 2013 +0530 Committer: Devdeep Singh <[email protected]> Committed: Mon Dec 9 13:23:20 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/1f67ebc2/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 6cfbb8c..a56da24 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 -->
