Skip to content

Commit

Permalink
Merge pull request #2 from aksio-insurtech/feat/opsfix
Browse files Browse the repository at this point in the history
Bygget ikke
  • Loading branch information
Torgeir-Hansen committed Feb 27, 2024
2 parents b73ffe2 + 7c5e0e1 commit 14fb187
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- "**"
paths:
- "Source/**"
- "**"
- "!Source/Node/**"
- "!Source/Workbench/**"

Expand Down
4 changes: 4 additions & 0 deletions Specifications/Kernel/Orleans.Specs/Orleans.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<RootNamespace>Aksio.Cratis.Kernel.Orleans</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OrleansTestKit" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../../../Source/Kernel/Orleans/Orleans.csproj"/>
</ItemGroup>
Expand Down

0 comments on commit 14fb187

Please sign in to comment.