Skip to content

Commit 4572830

Browse files
committed
Add Dns module to Stack
1 parent 0b1f8b4 commit 4572830

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@
121121
<ItemGroup>
122122
<MarkdownFiles Include="$(ProjectDir)help\*.*" />
123123
</ItemGroup>
124+
<ItemGroup>
125+
<OutFiles Include="$(OutDir)\**\*.*" />
126+
</ItemGroup>
127+
<Copy SourceFiles="@(OutFiles)" DestinationFiles="@(OutFiles->'..\..\..\Stack\$(Configuration)\ResourceManager\AzureResourceManager\AzureRM.Dns\%(RecursiveDir)%(Filename)%(Extension)')" />
124128
<Copy SourceFiles="@(MarkdownFiles)" DestinationFolder="$(OutputPath)\help\" ContinueOnError="false" />
125129
</Target>
126130
</Project>

0 commit comments

Comments
 (0)