File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Components/Blazor/Build/src/targets
BlazorWasm.ProjectTemplates/content/BlazorWasm-CSharp/.template.config Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 43
43
44
44
<ItemGroup >
45
45
<_BlazorPublishConfigContent Include =" ." />
46
- <_BlazorPublishConfigContent Include =" $(AssemblyName)" />
46
+ <_BlazorPublishConfigContent Include =" $(AssemblyName)/ " />
47
47
</ItemGroup >
48
48
49
49
<WriteLinesToFile
Original file line number Diff line number Diff line change 134
134
}
135
135
],
136
136
"args" : {
137
- "files" : " BlazorWasm-CSharp.Client.csproj"
137
+ "files" : [ " BlazorWasm-CSharp.Client.csproj" ]
138
138
},
139
139
"actionId" : " 210D431B-A78B-4D2F-B762-4ED3E3EA9025" ,
140
140
"continueOnError" : true
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ private void TestBasicNavigation(Project project)
66
66
{
67
67
// Give components.server enough time to load so that it can replace
68
68
// the prerendered content before we start making assertions.
69
- Thread . Sleep ( 5000 ) ;
70
69
Browser . Exists ( By . TagName ( "ul" ) ) ;
71
70
72
71
// <title> element gets project ID injected into it during template execution
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public class Project
31
31
32
32
public SemaphoreSlim DotNetNewLock { get ; set ; }
33
33
public SemaphoreSlim NodeLock { get ; set ; }
34
- public string ProjectDirectory { get ; set ; }
35
34
public string AppName { get ; set ; }
36
35
public string ProjectName { get ; set ; }
37
36
public string ProjectArguments { get ; set ; }
You can’t perform that action at this time.
0 commit comments