Adjust ToolPath
This commit is contained in:
parent
a6ee3df5b2
commit
e23ffbe13e
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
ReplacementStrings="@(DebianConfigTokenValues -> '%(ReplacementString)')" />
|
ReplacementStrings="@(DebianConfigTokenValues -> '%(ReplacementString)')" />
|
||||||
|
|
||||||
<!-- Build SDK Deb package -->
|
<!-- Build SDK Deb package -->
|
||||||
<DotNetDebTool ToolPath="$(ToolPath)"
|
<DotNetDebTool ToolPath="$(Stage2Directory)"
|
||||||
InputDirectory="$(LayoutDirectory)"
|
InputDirectory="$(LayoutDirectory)"
|
||||||
OutputDirectory="$(DotNetDebToolOutputDirectory)"
|
OutputDirectory="$(DotNetDebToolOutputDirectory)"
|
||||||
PackageName="$(SdkDebianPackageName)"
|
PackageName="$(SdkDebianPackageName)"
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
DependsOnTargets="WriteDotnetDebToolProjectJson;">
|
DependsOnTargets="WriteDotnetDebToolProjectJson;">
|
||||||
|
|
||||||
<DotNetRestore FallbackSource="$(DotnetDebToolPackageSource)"
|
<DotNetRestore FallbackSource="$(DotnetDebToolPackageSource)"
|
||||||
ToolPath="$(ToolPath)"
|
ToolPath="$(Stage2Directory)"
|
||||||
WorkingDirectory="$(DotnetDebToolDir)" />
|
WorkingDirectory="$(DotnetDebToolDir)" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue