Skip to content

Commit 1712871

Browse files
authored
Added build tools (#449)
* Added build tools * Revert of uri change for linux test
1 parent f60d8f2 commit 1712871

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/bootstrapTools/bootstrap.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<UsingTask TaskName="GetBuildTools" AssemblyFile="taskBinaries\Microsoft.Azure.Build.BootstrapTasks.dll" />
33

44
<Target Name="GetLatestBuildTools">
5-
<GetBuildTools LocalBranchRootDir="$(LibraryRoot)" RemoteRootDir="$(RemoteRootDir)" DebugTrace="$(DebugTrace)" WhatIf="$(WhatIf)" OverrideLocal="$(OverrideLocal)" />
5+
<GetBuildTools LocalBranchRootDir="$(LibraryRoot)" RemoteRootDir="$(RemoteRootDir)" UseLatest="$(UseLatest)" DebugTrace="$(DebugTrace)" WhatIf="$(WhatIf)" OverrideLocal="$(OverrideLocal)" />
66
</Target>
77

88
<Target Name="Init" DependsOnTargets="GetLatestBuildTools">
Binary file not shown.

0 commit comments

Comments
 (0)