Skip to content

Commit 66c6979

Browse files
author
Jianghao Lu
committed
Fix build with profile dependencies
1 parent cc00673 commit 66c6979

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

src/Common/Commands.Profile/Commands.Profile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Prefer32Bit>false</Prefer32Bit>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31-
<OutputPath>bin\Release\</OutputPath>
31+
<OutputPath>..\..\Package\Release\ServiceManagement\Azure\Services</OutputPath>
3232
<DefineConstants>TRACE;SIGN</DefineConstants>
3333
<Optimize>true</Optimize>
3434
<DebugType>pdbonly</DebugType>

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/Commands.ServiceManagement.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,10 @@
608608
<Project>{65c3a86a-716d-4e7d-ab67-1db00b3bf72d}</Project>
609609
<Name>Commands.Common.Storage</Name>
610610
</ProjectReference>
611+
<ProjectReference Include="..\..\..\Common\Commands.Profile\Commands.Profile.csproj">
612+
<Project>{c60342b1-47d3-4a0e-8081-9b97ce60b7af}</Project>
613+
<Name>Commands.Profile</Name>
614+
</ProjectReference>
611615
<ProjectReference Include="..\..\..\Common\Commands.ScenarioTests.Common\Commands.ScenarioTests.Common.csproj">
612616
<Project>{c1bda476-a5cc-4394-914d-48b0ec31a710}</Project>
613617
<Name>Commands.ScenarioTests.Common</Name>

src/ServiceManagement/Services/Commands.Test/Commands.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,10 @@
404404
</None>
405405
</ItemGroup>
406406
<ItemGroup>
407+
<ProjectReference Include="..\..\..\Common\Commands.Profile\Commands.Profile.csproj">
408+
<Project>{c60342b1-47d3-4a0e-8081-9b97ce60b7af}</Project>
409+
<Name>Commands.Profile</Name>
410+
</ProjectReference>
407411
<ProjectReference Include="..\..\..\Common\Commands.ScenarioTests.Common\Commands.ScenarioTests.Common.csproj">
408412
<Project>{c1bda476-a5cc-4394-914d-48b0ec31a710}</Project>
409413
<Name>Commands.ScenarioTests.Common</Name>

0 commit comments

Comments
 (0)