Skip to content

Commit 34fb5a0

Browse files
authored
Merge pull request #3279 from v-Ajnava/EventHub_pwr
EventHub Cmdlets with Fix for Azure.RM.EventHub MSI creation
2 parents 26e49ec + 08c1104 commit 34fb5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/EventHub/Commands.EventHub/Commands.EventHub.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\ResourceManager\AzureResourceManager\AzureRM.Eventhub\</OutputPath>
23+
<OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.EventHub\</OutputPath>
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
@@ -29,7 +29,7 @@
2929
<Prefer32Bit>false</Prefer32Bit>
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
32-
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Eventhub\</OutputPath>
32+
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.EventHub\</OutputPath>
3333
<DefineConstants>TRACE;SIGN</DefineConstants>
3434
<Optimize>true</Optimize>
3535
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)