Skip to content

Commit

Permalink
MSBuildLocator 1.6.10 (dotnet#214)
Browse files Browse the repository at this point in the history
* DOTNET_ROOT handling changes and packages warning presence condition

* MSBuild Locaton version update to 1.6.10

* Disable MSBuildLocator package validation

This fails in sourcebuild because we overwrite the TF to current ones, but that's kinda the point of source-build so it's not a _problem_.

---------

Co-authored-by: YuliiaKovalova <[email protected]>
  • Loading branch information
rainersigwald and YuliiaKovalova committed Sep 21, 2023
1 parent c42a7ce commit b4aff17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion repo-projects/MSBuildLocator.proj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<BuildCommandArgs>$(BuildCommandArgs) $(RedirectRepoOutputToLog)</BuildCommandArgs>
<BuildCommandArgs>$(BuildCommandArgs) /p:DelaySign=$(DelaySign)</BuildCommandArgs>
<BuildCommandArgs>$(BuildCommandArgs) /p:PublicSign=$(PublicSign)</BuildCommandArgs>
<BuildCommandArgs>$(BuildCommandArgs) /p:Version=1.6.1</BuildCommandArgs>
<BuildCommandArgs>$(BuildCommandArgs) /p:EnablePackageValidation=false</BuildCommandArgs>
<BuildCommandArgs>$(BuildCommandArgs) /p:Version=1.6.10</BuildCommandArgs>
</PropertyGroup>

<Exec Command="$(DotnetToolCommand) restore /bl:restore.binlog $(BuildCommandArgs)"
Expand Down

0 comments on commit b4aff17

Please sign in to comment.