You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by de...@apache.org on 2013/12/09 08:49:49 UTC

git commit: updated refs/heads/4.3 to 1742e76

Updated Branches:
  refs/heads/4.3 a7e10fcfa -> 1742e7627


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/1742e762
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1742e762
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1742e762

Branch: refs/heads/4.3
Commit: 1742e7627c8561b10f4df377a6c33540e072738e
Parents: a7e10fc
Author: Anshul Gangwar <an...@citrix.com>
Authored: Mon Dec 9 13:06:47 2013 +0530
Committer: Devdeep Singh <de...@gmail.com>
Committed: Mon Dec 9 13:06:47 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/1742e762/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 -->