Skip to content

Commit cc2c097

Browse files
authored
[wasm][bench] Fix the template dir creation (dotnet#114482)
The path was wrong, not updated after copy/paste?
1 parent 9596b48 commit cc2c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/sample/wasm/browser-bench/Wasm.Browser.Bench.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<OverrideDestFiles Include="$(MonoProjectRoot)sample/wasm/browser-frame/browser-frame/wwwroot/frame.js" />
126126
</ItemGroup>
127127

128-
<MakeDir Directories="$(MonoProjectRoot)sample/wasm/blazor-frame/browser-frame"/>
128+
<MakeDir Directories="$(MonoProjectRoot)sample/wasm/browser-frame/browser-frame"/>
129129
<Copy SourceFiles="@(OverrideFiles)" DestinationFiles="@(OverrideDestFiles)" UseSymbolicLinksIfPossible="true" OverwriteReadOnlyFiles="true" />
130130

131131
<WriteLinesToFile

0 commit comments

Comments
 (0)