Skip to content

Commit e23401a

Browse files
author
begoldsm
committed
Adding help xml for ADL
And ensuring it gets copied.
1 parent 8a9e512 commit e23401a

File tree

3 files changed

+159
-0
lines changed

3 files changed

+159
-0
lines changed

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@
151151
</Compile>
152152
</ItemGroup>
153153
<ItemGroup>
154+
<Content Include="Microsoft.Azure.Commands.DataLakeAnalytics.dll-help.xml">
155+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
156+
</Content>
154157
<Content Include="Microsoft.Azure.Commands.DataLakeAnalytics.format.ps1xml">
155158
<SubType>Designer</SubType>
156159
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@
170170
<Link>AzureRM.DataLakeStore.psd1</Link>
171171
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
172172
</None>
173+
<Content Include="Microsoft.Azure.Commands.DataLakeStore.dll-help.xml">
174+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
175+
</Content>
173176
<Content Include="Microsoft.Azure.Commands.DataLakeStoreFileSystem.format.ps1xml">
174177
<SubType>Designer</SubType>
175178
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

0 commit comments

Comments
 (0)