Skip to content

Commit 7fefae3

Browse files
authored
Update Commands.Subscription.csproj
1 parent b39dba6 commit 7fefae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/Subscription/Commands.Subscription/Commands.Subscription.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<DebugSymbols>true</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>false</Optimize>
20-
<OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Subscription\</OutputPath>
20+
<OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Subscription.Preview\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
26-
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Subscription\</OutputPath>
26+
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Subscription.Preview\</OutputPath>
2727
<DefineConstants>TRACE;SIGN</DefineConstants>
2828
<Optimize>true</Optimize>
2929
<DebugType>pdbonly</DebugType>
@@ -101,4 +101,4 @@
101101
<Target Name="AfterBuild">
102102
</Target>
103103
-->
104-
</Project>
104+
</Project>

0 commit comments

Comments
 (0)