Fixing the property we use in the DotnetDebTool to get the path to a stage0 dotnet.

This commit is contained in:
Parallels 2019-06-18 16:38:26 -07:00
parent a75d5df7a3
commit eb29f40037

View file

@ -277,7 +277,7 @@
Mode="u+x" />-->
<!-- Build SDK Deb package -->
<DotNetDebTool ToolPath="$(_DotNetRoot)"
<DotNetDebTool ToolPath="$([System.IO.Path]::GetDirectoryName($(DotNetTool)))"
InputDirectory="$(LayoutDirectory)"
OutputDirectory="$(DotNetDebToolOutputDirectory)"
PackageName="$(SdkDebianPackageName)"