File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)" >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments