Fixup bad merge (#18570)
This commit is contained in:
parent
5f43e7a8a8
commit
9bdf208631
|
|
@ -199,7 +199,7 @@ namespace Wasm.Performance.Driver
|
|||
|
||||
static async Task<(long size, long compressedSize)> GetBlazorAppSize()
|
||||
{
|
||||
var testAssembly = typeof(TestApp.Startup).Assembly;
|
||||
var testAssembly = typeof(TestApp.Program).Assembly;
|
||||
var testAssemblyLocation = new FileInfo(testAssembly.Location);
|
||||
var testApp = new DirectoryInfo(Path.Combine(
|
||||
testAssemblyLocation.Directory.FullName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue