Fixing the path to the Build Tools CLI for publisbing tools_runtime
This commit is contained in:
parent
b05b0e6dc5
commit
da688f71c2
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ if (!(Test-Path "$DOTNET_LOCAL_PATH"))
|
|||
}
|
||||
|
||||
# Initialize build tools
|
||||
cmd /c "$BUILD_TOOLS_PACKAGE_PATH\init-tools.cmd $RepoRoot $env:DOTNET_LOCAL_PATH\dotnet.exe $BUILD_TOOLS_PATH" >> "$INIT_TOOLS_LOG"
|
||||
cmd /c "$BUILD_TOOLS_PACKAGE_PATH\init-tools.cmd $RepoRoot $DOTNET_LOCAL_PATH\dotnet.exe $BUILD_TOOLS_PATH" >> "$INIT_TOOLS_LOG"
|
||||
Write-Host "Done initializing tools."
|
||||
Write-Host "Init-Tools completed for BuildTools Version: $BUILD_TOOLS_VERSION" > $BUILD_TOOLS_SEMAPHORE
|
||||
|
|
Loading…
Add table
Reference in a new issue