Skip to content

Commit

Permalink
Fixed AzureExample Cloud Service
Browse files Browse the repository at this point in the history
It had lost reference to ExampleWorker role
  • Loading branch information
andersosthus committed Mar 28, 2014
1 parent 0156fb6 commit c8125fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/AzureExample/AzureExample.ccproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
<ServiceConfiguration Include="ServiceConfiguration.Local.cscfg" />
<ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ExampleWorker\ExampleWorker.csproj">
<Name>ExampleWorker</Name>
<Project>{7f9596b8-4d96-4a2d-bddd-cbba12258f70}</Project>
<RoleType>Worker</RoleType>
<RoleName>ExampleWorker</RoleName>
<UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="ExampleWorkerContent\" />
</ItemGroup>
Expand Down

0 comments on commit c8125fc

Please sign in to comment.