Skip to content

Commit 3cbb7ff

Browse files
Merge pull request #13 from Azure/dev
Dev
2 parents 3bd386d + 2ad01ed commit 3cbb7ff

File tree

5 files changed

+1862
-5
lines changed

5 files changed

+1862
-5
lines changed

src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@
156156
<ItemGroup>
157157
<Content Include="Microsoft.Azure.Commands.Websites.dll-Help.xml">
158158
<SubType>Designer</SubType>
159-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
159+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
160+
</Content>
161+
<Content Include="Microsoft.WindowsAzure.Commands.WebSites.format.ps1xml">
162+
<SubType>Designer</SubType>
163+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
160164
</Content>
161165
<None Include="MSSharedLibKey.snk" />
162166
<None Include="packages.config" />

src/ResourceManager/Websites/Commands.Websites/Microsoft.Azure.Commands.Websites.dll-Help.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ FormatsToProcess = @()
6161

6262
# Modules to import as nested modules of the module specified in ModuleToProcess
6363
NestedModules = @(
64-
'..\..\..\Package\Debug\ResourceManager\AzureResourceManager\Resources\Microsoft.Azure.Commands.Websites.dll'
64+
'..\..\..\Package\Debug\ResourceManager\AzureResourceManager\Websites\Microsoft.Azure.Commands.Websites.dll'
6565
)
6666

6767
# Functions to export from this module

0 commit comments

Comments
 (0)