Skip to content

Commit

Permalink
fix: or-1566 include sln info
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed May 27, 2024
1 parent d800a1b commit fd8c581
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<ProjectReference Include="..\AssociationRegistry\AssociationRegistry.csproj"/>
</ItemGroup>

<ItemGroup>
<Compile Include="..\..\SolutionInfo.cs" Link="Properties\SolutionInfo.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="Dockerfile"/>
<Content Include="Dockerfile">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<ProjectReference Include="..\AssociationRegistry\AssociationRegistry.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\..\SolutionInfo.cs" Link="Properties\SolutionInfo.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="Dockerfile" />
<Content Include="Dockerfile">
Expand Down

0 comments on commit fd8c581

Please sign in to comment.