Fix Nuproj build
This commit is contained in:
Родитель
f8f2f69450
Коммит
5449b67a84
|
@ -7,14 +7,14 @@
|
|||
<NuGetPackageRestorePath>$(ProjectDepotRoot)\src\Packages\</NuGetPackageRestorePath>
|
||||
<DeployExtension Condition=" '$(IsLabBuild)' == 'true' ">false</DeployExtension>
|
||||
|
||||
<VSToolsDeRazzlePath>$(NuGetPackageRestorePath)VS.Tools.Derazzle.1.0.150321.2\</VSToolsDeRazzlePath>
|
||||
<VSToolsDeRazzlePath>$(NuGetPackageRestorePath)VS.Tools.Derazzle.1.0.150321.3\</VSToolsDeRazzlePath>
|
||||
<VSToolsModuleTargetsPath>$(NuGetPackageRestorePath)VS.Tools.ModuleTargets.1.0.150313.1\</VSToolsModuleTargetsPath>
|
||||
<VSToolsDevDivFilesPath>$(NuGetPackageRestorePath)VS.Tools.DevDivFiles.1.0.150305.3\</VSToolsDevDivFilesPath>
|
||||
<VSToolsX86Managed45>$(NuGetPackageRestorePath)VS.Tools.X86.Managed.V4_5.1.0.150317.3\</VSToolsX86Managed45>
|
||||
|
||||
<NuGetToolPath>$(NuGetPackageRestorePath)NuGet.CommandLine.2.8.3\tools\NuGet.exe</NuGetToolPath>
|
||||
<UnzipToolPath>$(NuGetPackageRestorePath)VS.Tools.X86Files.1.0.150316.1\unzip.exe</UnzipToolPath>
|
||||
<IBCMergeToolPath>$(VSToolsX86Managed45)ibcmerge.exe</IBCMergeToolPath>
|
||||
<NuGetToolPath>$(NuGetPackageRestorePath)NuGet.CommandLine.2.8.3\tools\</NuGetToolPath>
|
||||
<UnzipToolPath>$(NuGetPackageRestorePath)VS.Tools.X86Files.1.0.150316.1\</UnzipToolPath>
|
||||
<IBCMergeToolPath>$(VSToolsX86Managed45)</IBCMergeToolPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), EnlistmentInfo.xml))\EnlistmentInfo.xml" />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<packages>
|
||||
<package id="NuGet.CommandLine" version="2.8.3" />
|
||||
<package id="NuProj" version="0.9.3-beta" />
|
||||
<package id="VS.Tools.Derazzle" version="1.0.150321.2" />
|
||||
<package id="VS.Tools.Derazzle" version="1.0.150321.3" />
|
||||
<package id="VS.Tools.DevDivFiles" version="1.0.150305.3" />
|
||||
<package id="VS.ToolsFiles" version="1.0.150317.2" />
|
||||
<package id="VS.Tools.X86Files" version="1.0.150316.1" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче