Skip to content

Commit

Permalink
[Event Hubs] Change stress references (#34862)
Browse files Browse the repository at this point in the history
* [Event Hubs] Change stress references

The focus of these changes is to temporarily change the stress project reference to a package reference for the Event Hubs core package, so that the processor and stress project both hold the same reference.  I believe this is needed to resolve temporary restore conflicts.

* Shifting to implicit reference
  • Loading branch information
jsquire committed Mar 13, 2023
1 parent 11bac53 commit 9eed4d8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />
<!--TEMP: Unblock release
<ProjectReference Include="..\..\src\Azure.Messaging.EventHubs.csproj" />
-->
<ProjectReference Include="..\..\..\Azure.Messaging.EventHubs.Processor\src\Azure.Messaging.EventHubs.Processor.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 9eed4d8

Please sign in to comment.