diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-15 14:33:52 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-15 14:33:52 +0100 |
| commit | 1f7eb366a985c70493ae6f59e8bb900a0f86ec8e (patch) | |
| tree | b9ec5cde36a8917bba8567308ad0115fbb078381 /src | |
| parent | 1c73156567c5efc554637c1d72359af3df17f730 (diff) | |
| download | lettnytt-1f7eb366a985c70493ae6f59e8bb900a0f86ec8e.tar.xz lettnytt-1f7eb366a985c70493ae6f59e8bb900a0f86ec8e.zip | |
feat: Add link to build_and_push.sh
Diffstat (limited to 'src')
| -rw-r--r-- | src/I2R.LightNews.csproj | 6 |
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> |
