Skip to content

Commit

Permalink
Update libraries-packages.proj (#54150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Jun 14, 2021
1 parent 8340546 commit b8d04cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libraries/libraries-packages.proj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<!-- Need the PackageIndexFile file property from baseline.props -->
<Import Project="$(PkgDir)baseline\baseline.props" />

<!-- Calculate PackageDownload items for restore. -->
<Import Project="$(RepositoryEngineeringDir)restore\harvestPackages.targets" Condition="'$(MSBuildRestoreSessionId)' != ''" />
<!-- Calculate PackageDownload items for restore. Skip this logic during source build to avoid pre-builts. -->
<Import Project="$(RepositoryEngineeringDir)restore\harvestPackages.targets" Condition="'$(MSBuildRestoreSessionId)' != '' and '$(DotNetBuildFromSource)' != 'true'" />

<!--
Updates the package index to mark all packages we are building that can go stable as stable.
Expand Down

0 comments on commit b8d04cf

Please sign in to comment.