Skip to content

Commit

Permalink
Added -preview for ServiceBus and made build successful for SBTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Jain Vimal Kumar committed Jan 19, 2023
1 parent f85766a commit 28c9f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DurableTask.ServiceBus/DurableTask.ServiceBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- The assembly version is only the major/minor pair, making it easier to do in-place upgrades -->
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
<!-- This version is used as the nuget package version -->
<Version>$(VersionPrefix)</Version>
<Version>$(VersionPrefix)-preview</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\DurableTask.Core\DurableTask.Core.csproj" />
<ProjectReference Include="..\..\src\DurableTask.ServiceBus\DurableTask.ServiceBus.csproj" />
<ProjectReference Include="..\DurableTask.Core.Tests\DurableTask.Core.Tests.csproj" />
<ProjectReference Include="..\DurableTask.Test.Orchestrations\DurableTask.Test.Orchestrations.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 28c9f7a

Please sign in to comment.