to fix the typo. (#5252)

pull/5216/head
Jay 2018-01-23 21:48:20 -05:00 committed by Luke Latham
parent 1dd1a7fc8a
commit ab85422c0b
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ The following `<MsDeploySkipRules>` element markup exludes all files from the *w
<ItemGroup>
<MsDeploySkipRules Include="CustomSkipFolder">
<ObjectName>dirPath</ObjectName>
<AbsolutePath>wwwroot\content</AbsolutePath>
<AbsolutePath>wwwroot\\content</AbsolutePath>
</MsDeploySkipRules>
</ItemGroup>
```