Skip to content

Commit 874c8c2

Browse files
author
Hovsep
committed
Merge pull request Azure#2122 from Nking92/dev
Removed Commands.Management.Storage reference from tests
2 parents e2a51a8 + 83c8de2 commit 874c8c2

File tree

3 files changed

+1
-44
lines changed

3 files changed

+1
-44
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,6 @@
304304
<Project>{e1f5201d-6067-430e-b303-4e367652991b}</Project>
305305
<Name>Commands.Resources</Name>
306306
</ProjectReference>
307-
<ProjectReference Include="..\..\Storage\Commands.Management.Storage\Commands.Management.Storage.csproj">
308-
<Project>{a50ab133-5c04-4a17-9054-f8343683ec23}</Project>
309-
<Name>Commands.Management.Storage</Name>
310-
</ProjectReference>
311307
<ProjectReference Include="..\Commands.Websites\Commands.Websites.csproj">
312308
<Project>{80a92297-7c92-456b-8ee7-9fb6ce30149d}</Project>
313309
<Name>Commands.Websites</Name>
@@ -318,4 +314,4 @@
318314
</ItemGroup>
319315
<ItemGroup />
320316
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
321-
</Project>
317+
</Project>

src/ResourceManager/Websites/Commands.Websites/Cmdlets/WebApps/RestoreAzureWebApp.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@
170170
<Compile Include="Cmdlets\BackupRestore\RemoveAzureWebAppBackup.cs" />
171171
<Compile Include="Cmdlets\WebApps\ResetAzureWebAppPublishingProfile.cs" />
172172
<Compile Include="Cmdlets\WebApps\RestartAzureWebApp.cs" />
173-
<Compile Include="Cmdlets\WebApps\RestoreAzureWebApp.cs" />
174173
<Compile Include="Cmdlets\WebApps\SetAzureWebApp.cs" />
175174
<Compile Include="Cmdlets\WebApps\StartAzureWebApp.cs" />
176175
<Compile Include="Cmdlets\WebApps\StopAzureWebApp.cs" />

0 commit comments

Comments
 (0)