Skip to content

Commit af75e5a

Browse files
Also needed dotnet/corefx#29543 to make this work.
(cherry picked from commit b162673)
1 parent 66ab294 commit af75e5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/baseline/baseline.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<!-- Get the package version if it isn't marked as block stable -->
3333
<Target Name="GetPackageIdentityIfStable"
3434
Returns="@(_StablePackageIdentity)">
35-
<Message Importance="high" Text="GetPackageIdentityIfStable Id is: '$(Id)' and Package Version is: '$(PackageVersion)'" />
3635

3736
<ItemGroup Condition="'$(BlockStable)' != 'true'">
3837
<_StablePackageIdentity Include="$(Id)">

src/packages.builds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
<MSBuild Targets="GetPackageIdentityIfStable"
3939
BuildInParallel="$(BuildInParallel)"
40-
Projects="@(PkgProjects)">
40+
Projects="@(PkgProjects)"
41+
RemoveProperties="Configuration">
4142
<Output TaskParameter="TargetOutputs"
4243
ItemName="_StablePackages" />
4344
</MSBuild>

0 commit comments

Comments
 (0)