mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor: move self-contained to csproj
This commit is contained in:
parent
ca8e73588e
commit
cb4c596366
2 changed files with 2 additions and 1 deletions
2
.github/workflows/directory.yml
vendored
2
.github/workflows/directory.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Publish & Push
|
||||
if: github.event_name == 'push'
|
||||
run: >
|
||||
dotnet publish --sc
|
||||
dotnet publish
|
||||
-p:PublishProfile=DefaultContainer
|
||||
-p:ContainerRegistry=${{ env.CONTAINER_REGISTRY }}
|
||||
-p:ContainerRepository=${{ env.CONTAINER_REPOSITORY }}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
|
||||
<SelfContained>true</SelfContained>
|
||||
<PublishReadyToRunComposite>true</PublishReadyToRunComposite>
|
||||
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy-chiseled-extra</ContainerBaseImage>
|
||||
<ContainerRuntimeIdentifier>linux-x64</ContainerRuntimeIdentifier>
|
||||
|
|
|
|||
Loading…
Reference in a new issue