Skip to content

Commit

Permalink
allow to build with toolset 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kanzhelev authored and Sergey Kanzhelev committed Oct 13, 2015
1 parent e8a9c8e commit 25cc36b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
Condition=" '$(OS)' == 'Windows_NT' " />
</Target>

<UsingTask TaskName="DownloadNuGet" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll">
<UsingTask TaskName="DownloadNuGet" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildFrameworkToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
<ParameterGroup>
<OutputFilename ParameterType="System.String" Required="true" />
</ParameterGroup>
Expand Down
2 changes: 1 addition & 1 deletion Package.targets
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</Exec>
</Target>

<UsingTask TaskName="GetFileVersionInfo" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll">
<UsingTask TaskName="GetFileVersionInfo" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildFrameworkToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
<ParameterGroup>
<File ParameterType="System.String" Required="true" />
<VersionInfo ParameterType="Microsoft.Build.Framework.ITaskItem" Output="true" />
Expand Down
2 changes: 1 addition & 1 deletion buildRelease.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

call "%VS140COMNTOOLS%\VsDevCmd.bat"
call "%VS120COMNTOOLS%\VsDevCmd.bat"

SET PATH=%PATH%;%systemdrive%\Windows\Microsoft.NET\Framework\v4.0.30319\;
SET ProjectName=Msbuild.All
Expand Down

0 comments on commit 25cc36b

Please sign in to comment.