[wasm][WBT] Fix pack pattern take two (#85391)
authorPavel Savara <pavel.savara@gmail.com>
Wed, 26 Apr 2023 12:00:30 +0000 (14:00 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 12:00:30 +0000 (14:00 +0200)
eng/testing/tests.browser.targets

index 8e6e64f..ac4796a 100644 (file)
     </PropertyGroup>
 
     <ItemGroup>
+      <_RuntimePackNugetAvailable Include="$(LibrariesShippingPackagesDir)Microsoft.NETCore.App.Runtime.Mono.$(RuntimeIdentifier).*$(PackageVersionForWorkloadManifests).nupkg" />
       <_RuntimePackNugetAvailable Include="$(LibrariesShippingPackagesDir)Microsoft.NETCore.App.Runtime.Mono.*.$(RuntimeIdentifier).*$(PackageVersionForWorkloadManifests).nupkg" />
       <_RuntimePackNugetAvailable Remove="@(_RuntimePackNugetAvailable)" Condition="$([System.String]::new('%(_RuntimePackNugetAvailable.FileName)').EndsWith('.symbols'))" />
     </ItemGroup>