Skip to content

Commit b540505

Browse files
author
Jason Zhai
committed
Make changes to the code following comments
1 parent a58e773 commit b540505

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/BlazorLegacyIntegrationTest60.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66

77
namespace Microsoft.NET.Sdk.BlazorWebAssembly.Tests
88
{
9-
public class BlazorLegacyIntegrationTest60(ITestOutputHelper log) : BlazorWasmBaselineTests(log, GenerateBaselines)
9+
public class BlazorLegacyIntegrationTest60(ITestOutputHelper log)
10+
: IsolatedNuGetPackageFolderAspNetSdkBaselineTest(log, nameof(BlazorLegacyIntegrationTest60))
1011
{
12+
13+
protected override string EmbeddedResourcePrefix =>
14+
string.Join('.', "Microsoft.NET.Sdk.BlazorWebAssembly.Tests", "StaticWebAssetsBaselines");
15+
16+
protected override string ComputeBaselineFolder() =>
17+
Path.Combine(TestContext.GetRepoRoot() ?? AppContext.BaseDirectory, "test", "Microsoft.NET.Sdk.BlazorWebAssembly.Tests", "StaticWebAssetsBaselines");
18+
1119
[CoreMSBuildOnlyFact]
1220
public void Build60Hosted_Works()
1321
{

0 commit comments

Comments
 (0)