Skip to content

Commit 3072a19

Browse files
committed
Per Marks suggestion added reference to websites project in resources project to avoid the sql test failures due to module load issues.
1 parent f607a6e commit 3072a19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ NestedModules = @(
7979
'.\Batch\Microsoft.Azure.Commands.Batch.dll',
8080
'.\KeyVault\Microsoft.Azure.Commands.KeyVault.dll',
8181
'.\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll',
82-
'.\Insights\Microsoft.Azure.Commands.Insights.dll'
82+
'.\Insights\Microsoft.Azure.Commands.Insights.dll',
8383
'.\Websites\Microsoft.Azure.Commands.Websites.dll'
8484
)
8585

src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@
264264
<Project>{F49A314A-A235-47D3-A654-1EC19ACA366C}</Project>
265265
<Name>Commands.StreamAnalytics</Name>
266266
</ProjectReference>
267+
<ProjectReference Include="..\..\Websites\Commands.Websites\Commands.Websites.csproj">
268+
<Project>{80a92297-7c92-456b-8ee7-9fb6ce30149d}</Project>
269+
<Name>Commands.Websites</Name>
270+
</ProjectReference>
267271
</ItemGroup>
268272
<ItemGroup>
269273
<Content Include="Microsoft.Azure.Commands.Resources.dll-Help.xml">

0 commit comments

Comments
 (0)