Skip to content

Commit 5e32bf1

Browse files
RomokuMarkPieszak
Romoku
authored andcommitted
Update Asp2017.csproj (#451)
The 'Client' folder does not exist, so the 'ClientApp' folder should be removed instead.
1 parent f31ca8a commit 5e32bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Asp2017.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
<FilesToDelete Include="ClientApp\dist\**; wwwroot\dist\**" />
5858
</ItemGroup>
5959
<Delete Files="@(FilesToDelete)" />
60-
<RemoveDir Directories="Client\dist; wwwroot\dist" />
60+
<RemoveDir Directories="ClientApp\dist; wwwroot\dist" />
6161
</Target>
6262
</Project>

0 commit comments

Comments
 (0)