Skip to content

Commit

Permalink
Rebased to a single commit fixing GH Action (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Feb 16, 2024
1 parent 7673ed8 commit f1f6115
Show file tree
Hide file tree
Showing 2 changed files with 1,469 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/TagzApp.Blazor/TagzApp.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<ContainerRepository>fritzandfriends/tagzapp</ContainerRepository>
</PropertyGroup>

<Target Name="SetContainerTagTarget" BeforeTargets="CoreCompile">
<PropertyGroup>
<ContainerImageTags>$(Version);latest</ContainerImageTags>
</PropertyGroup>
</Target>

<ItemGroup>
<Content Remove="Components\FirstStartRouting.razor" />
</ItemGroup>
Expand Down Expand Up @@ -46,6 +52,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="PSC.Blazor.Components.MarkdownEditor" Version="2.0.19" />
</ItemGroup>

Expand Down
Loading

0 comments on commit f1f6115

Please sign in to comment.