Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
locate dotnet with MSBuildSDKsPath property
Browse files Browse the repository at this point in the history
fix #75
  • Loading branch information
enricosada committed Feb 23, 2017
1 parent ae0ad62 commit 733e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.NET.Sdk/build/FSharp.NET.Core.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ this file.
so i need to specify the full path. -->
<_DotNetHostExecutableName>dotnet</_DotNetHostExecutableName>
<_DotNetHostExecutableName Condition=" '$(OS)' == 'Windows_NT' ">$(_DotNetHostExecutableName).exe</_DotNetHostExecutableName>
<_DotNetHostExecutableDirectory>$(MSBuildExtensionsPath)/../..</_DotNetHostExecutableDirectory>
<_DotNetHostExecutableDirectory>$(MSBuildSDKsPath)/../../..</_DotNetHostExecutableDirectory>
<_DotNetHostExecutablePath>$(_DotNetHostExecutableDirectory)/$(_DotNetHostExecutableName)</_DotNetHostExecutablePath>
</PropertyGroup>

Expand Down

0 comments on commit 733e7be

Please sign in to comment.