Fixing the property we use in the DotnetDebTool to get the path to a stage0 dotnet.
This commit is contained in:
parent
a75d5df7a3
commit
eb29f40037
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue