Correctly enumerate files in Microsoft.NETCore.BrowserDebugHost.Transport.pkgproj...
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 24 Aug 2020 21:25:35 +0000 (23:25 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 21:25:35 +0000 (23:25 +0200)
commitf1da4a362c59224640ab9b4652a88570236850c6
tree706da0577457cc6ae119d726c2357c00cce78010
parent49e808ef939516fef8457bf5a50a916bec0cd6f4
Correctly enumerate files in Microsoft.NETCore.BrowserDebugHost.Transport.pkgproj (#41290)

On CI when the repo is built from a clean checkout in one go we were evaluating the wildcard in the ItemGroup
before the files were actually built which meant they weren't put into the nuget package.

We need to list each file explicitly to fix that.
src/mono/netcore/nuget/Microsoft.NETCore.BrowserDebugHost.Transport/Microsoft.NETCore.BrowserDebugHost.Transport.pkgproj