summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-11-15 14:33:52 +0100
committerivarlovlie <git@ivarlovlie.no>2022-11-15 14:33:52 +0100
commit1f7eb366a985c70493ae6f59e8bb900a0f86ec8e (patch)
treeb9ec5cde36a8917bba8567308ad0115fbb078381
parent1c73156567c5efc554637c1d72359af3df17f730 (diff)
downloadlettnytt-1f7eb366a985c70493ae6f59e8bb900a0f86ec8e.tar.xz
lettnytt-1f7eb366a985c70493ae6f59e8bb900a0f86ec8e.zip
feat: Add link to build_and_push.sh
-rw-r--r--src/I2R.LightNews.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/I2R.LightNews.csproj b/src/I2R.LightNews.csproj
index a84c852..b8d7ed9 100644
--- a/src/I2R.LightNews.csproj
+++ b/src/I2R.LightNews.csproj
@@ -11,4 +11,10 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.0" />
</ItemGroup>
+ <ItemGroup>
+ <Content Include="..\build_and_push.sh">
+ <Link>build_and_push.sh</Link>
+ </Content>
+ </ItemGroup>
+
</Project>