You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] set %(Kind) for PushManifestToBuildAssetRegistry (#10088)
Context: https://github.com/dotnet/arcade/blob/79ecdf3ef50e5e8e9d2b02e7113ec37c4219eeb5/src/Microsoft.DotNet.Build.Manifest/BuildModelFactory.cs#L95
Builds on main/release branches fail with:
build-tools\create-packs\Directory.Build.targets(175,5): error : Missing 'Kind' property on artifact D:\a\_work\1\a\nuget-signed\Microsoft.Android.Ref.36.36.0.0-ci.main.72.nupkg.
Possible values are 'Blob', 'PDB', 'Package'.
In f2eea99, we updated `Microsoft.DotNet.Build.Tasks.Feed`
which seems to have caused this issue:
* Microsoft.DotNet.Build.Tasks.Feed: from 9.0.0-beta.24408.2 to 10.0.0-beta.25223.119
To fix this, set `%(Kind)=Package` for `.nupkg` files and `%(Kind)=Blob` for
everything else.
0 commit comments