Skip to content

Commit c461635

Browse files
committed
Added output path for helpfiles inside websites experiments project.
1 parent b3d0e7b commit c461635

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

experiments/Websites.Experiments/Microsoft.Azure.Commands.Websites.Experiments.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,15 @@
6767
<None Include="AzureRM.Websites.Experiments.Tests.ps1">
6868
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6969
</None>
70-
<None Include="help\New-AzWebApp.md" />
71-
<None Include="help\New-AzWebAppGrayParam.md" />
72-
<None Include="help\New-AzWebAppJustDoIt.md" />
70+
<None Include="help\New-AzWebApp.md" >
71+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72+
</None>
73+
<None Include="help\New-AzWebAppGrayParam.md" >
74+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
75+
</None>
76+
<None Include="help\New-AzWebAppJustDoIt.md" >
77+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
78+
</None>
7379
<None Include="packages.config" />
7480
<None Include="Run-UnitTests.ps1">
7581
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)