Skip to content

Commit 0e2c815

Browse files
author
Ed Munoz
committed
Change networking path to avoid windows installer issues.
1 parent 36b14ff commit 0e2c815

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ServiceManagement/Network/Commands.Network/Commands.ServiceManagement.Network.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<DebugSymbols>true</DebugSymbols>
2121
<DebugType>full</DebugType>
2222
<Optimize>false</Optimize>
23-
<OutputPath>..\..\..\Package\Debug\ServiceManagement\Azure\Network\</OutputPath>
23+
<OutputPath>..\..\..\Package\Debug\ServiceManagement\Azure\Networking\</OutputPath>
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<WarningLevel>4</WarningLevel>
2626
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -33,7 +33,7 @@
3333
<SignAssembly>true</SignAssembly>
3434
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
3535
<DelaySign>true</DelaySign>
36-
<OutputPath>..\..\..\Package\Release\ServiceManagement\Azure\Network</OutputPath>
36+
<OutputPath>..\..\..\Package\Release\ServiceManagement\Azure\Networking\</OutputPath>
3737
<DefineConstants>TRACE;SIGN</DefineConstants>
3838
<Optimize>true</Optimize>
3939
<DebugType>pdbonly</DebugType>

src/ServiceManagement/Services/Commands.Utilities/Azure.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ FormatsToProcess = @(
7272
'.\Services\Microsoft.WindowsAzure.Commands.Scheduler.format.ps1xml',
7373
'.\Compute\Microsoft.WindowsAzure.Commands.ServiceManagement.format.ps1xml',
7474
'.\Services\Microsoft.WindowsAzure.Commands.Profile.format.ps1xml',
75-
'.\Network\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.format.ps1xml',
75+
'.\Networking\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.format.ps1xml',
7676
'.\StorSimple\Microsoft.WindowsAzure.Commands.StorSimple.format.ps1xml'
7777
)
7878

@@ -86,7 +86,7 @@ NestedModules = '.\Services\Microsoft.WindowsAzure.Commands.dll',
8686
'.\Storage\Microsoft.WindowsAzure.Commands.Storage.dll',
8787
'.\ManagedCache\Microsoft.Azure.Commands.ManagedCache.dll',
8888
'.\HDInsight\Microsoft.WindowsAzure.Commands.HDInsight.dll',
89-
'.\Network\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.dll',
89+
'.\Networking\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.dll',
9090
'.\StorSimple\Microsoft.WindowsAzure.Commands.StorSimple.dll',
9191
'.\RemoteApp\Microsoft.Azure.Commands.RemoteApp.dll',
9292
'.\RecoveryServices\Microsoft.Azure.Commands.RecoveryServices.dll'

0 commit comments

Comments
 (0)