Merge pull request #17600 from dotnet-maestro-bot/merge/release/3.1-to-blazor-wasm
[automated] Merge branch 'release/3.1' => 'blazor-wasm'
This commit is contained in:
commit
8da5bbc8a9
|
|
@ -28,7 +28,7 @@ namespace Microsoft.AspNetCore
|
||||||
_targetingPackRoot = Path.Combine(TestData.GetTestDataValue("TargetingPackLayoutRoot"), "packs", "Microsoft.AspNetCore.App.Ref", TestData.GetTestDataValue("TargetingPackVersion"));
|
_targetingPackRoot = Path.Combine(TestData.GetTestDataValue("TargetingPackLayoutRoot"), "packs", "Microsoft.AspNetCore.App.Ref", TestData.GetTestDataValue("TargetingPackVersion"));
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip="https://github.com/aspnet/AspNetCore/issues/14832")]
|
||||||
public void AssembliesAreReferenceAssemblies()
|
public void AssembliesAreReferenceAssemblies()
|
||||||
{
|
{
|
||||||
IEnumerable<string> dlls = Directory.GetFiles(_targetingPackRoot, "*.dll", SearchOption.AllDirectories);
|
IEnumerable<string> dlls = Directory.GetFiles(_targetingPackRoot, "*.dll", SearchOption.AllDirectories);
|
||||||
|
|
@ -55,7 +55,7 @@ namespace Microsoft.AspNetCore
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip="https://github.com/aspnet/AspNetCore/issues/14832")]
|
||||||
public void PlatformManifestListsAllFiles()
|
public void PlatformManifestListsAllFiles()
|
||||||
{
|
{
|
||||||
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "PlatformManifest.txt");
|
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "PlatformManifest.txt");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue