Skip to content

Commit

Permalink
Merge pull request #13 from Azure/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sethusrinivasan committed Mar 12, 2015
2 parents 3bd386d + 2ad01ed commit 3cbb7ff
Show file tree
Hide file tree
Showing 5 changed files with 1,862 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@
<ItemGroup>
<Content Include="Microsoft.Azure.Commands.Websites.dll-Help.xml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Microsoft.WindowsAzure.Commands.WebSites.format.ps1xml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="MSSharedLibKey.snk" />
<None Include="packages.config" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ FormatsToProcess = @()

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

# Functions to export from this module
Expand Down
Loading

0 comments on commit 3cbb7ff

Please sign in to comment.