Skip to content

Commit 9a7db55

Browse files
authored
[Wasm.Build.Tests] Fixup wildcard matching for runtime packs (#85286)
The naming is `Microsoft.NETCore.App.Runtime.Mono.{variant}.{rid}.{version}.nupkg` Fixes local WBT builds for non-default runtime variants (eg: build with `/p:MonoWasmBuildVariant=multithread` then run WBT)
1 parent 589baca commit 9a7db55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/testing/tests.browser.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
</PropertyGroup>
287287

288288
<ItemGroup>
289-
<_RuntimePackNugetAvailable Include="$(LibrariesShippingPackagesDir)Microsoft.NETCore.App.Runtime.Mono.$(RuntimeIdentifier).*$(PackageVersionForWorkloadManifests).nupkg" />
289+
<_RuntimePackNugetAvailable Include="$(LibrariesShippingPackagesDir)Microsoft.NETCore.App.Runtime.Mono.*.$(RuntimeIdentifier).*$(PackageVersionForWorkloadManifests).nupkg" />
290290
<_RuntimePackNugetAvailable Remove="@(_RuntimePackNugetAvailable)" Condition="$([System.String]::new('%(_RuntimePackNugetAvailable.FileName)').EndsWith('.symbols'))" />
291291
</ItemGroup>
292292

0 commit comments

Comments
 (0)