Skip to content

Commit 7ccb59d

Browse files
Remove non-blazorwasm baselines, since this branch now only covers blazorwasm
1 parent 96d1740 commit 7ccb59d

File tree

2 files changed

+10
-1272
lines changed

2 files changed

+10
-1272
lines changed

src/ProjectTemplates/test/BaselineTest.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,16 @@ private string SanitizeArgs(string arguments)
119119
text += "supportpagesandviewstrue";
120120
}
121121

122+
if (arguments.Contains("-ho"))
123+
{
124+
text += "hosted";
125+
}
126+
127+
if (arguments.Contains("--pwa"))
128+
{
129+
text += "pwa";
130+
}
131+
122132
return text;
123133
}
124134

0 commit comments

Comments
 (0)