Skip to content

Commit

Permalink
Update Asp2017.csproj (#451)
Browse files Browse the repository at this point in the history
The 'Client' folder does not exist, so the 'ClientApp' folder should be removed instead.
  • Loading branch information
Romoku authored and MarkPieszak committed Oct 31, 2017
1 parent f31ca8a commit 5e32bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Asp2017.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
<FilesToDelete Include="ClientApp\dist\**; wwwroot\dist\**" />
</ItemGroup>
<Delete Files="@(FilesToDelete)" />
<RemoveDir Directories="Client\dist; wwwroot\dist" />
<RemoveDir Directories="ClientApp\dist; wwwroot\dist" />
</Target>
</Project>

0 comments on commit 5e32bf1

Please sign in to comment.