Skip to content

Commit

Permalink
Build package baseline package only during all config (dotnet#31929)
Browse files Browse the repository at this point in the history
* build package baseline package only during all config

* deleteing packageBaseline package
  • Loading branch information
Anipik authored Feb 7, 2020
1 parent a98abf4 commit a6228db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 60 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 5 additions & 3 deletions src/libraries/pkg/baseline/baseline.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<Project>
<Import Project="..\Microsoft.Private.PackageBaseline\Microsoft.Private.PackageBaseline.props" />

<PropertyGroup>
<!-- Set PackageIndexFile to point to our local repo's index. This tells the packaging targets
which index should be used for updates -->
<PackageIndexFile>$(MSBuildThisFileDirectory)..\Microsoft.Private.PackageBaseline\packageIndex.json</PackageIndexFile>
<PackageIndexFile>$(MSBuildThisFileDirectory)packageIndex.json</PackageIndexFile>
</PropertyGroup>

<ItemGroup>
<PackageIndex Include="$(PackageIndexFile)" />
</ItemGroup>

<!--
Below targets should moved to packaging.targets in BuildTools but keeping in corefx for convenience right now
-->
Expand Down

0 comments on commit a6228db

Please sign in to comment.