to fix the typo. (#5252)
parent
1dd1a7fc8a
commit
ab85422c0b
|
@ -325,7 +325,7 @@ The following `<MsDeploySkipRules>` element markup exludes all files from the *w
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MsDeploySkipRules Include="CustomSkipFolder">
|
<MsDeploySkipRules Include="CustomSkipFolder">
|
||||||
<ObjectName>dirPath</ObjectName>
|
<ObjectName>dirPath</ObjectName>
|
||||||
<AbsolutePath>wwwroot\content</AbsolutePath>
|
<AbsolutePath>wwwroot\\content</AbsolutePath>
|
||||||
</MsDeploySkipRules>
|
</MsDeploySkipRules>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue