Ok this is getting annoying

This commit is contained in:
Stone_Red
2026-03-06 15:00:28 +01:00
parent e86427108b
commit 7e6d7cb138
+14 -6
View File
@@ -29,26 +29,34 @@ parts:
yesnt:
plugin: dotnet
dotnet-version: '10.0'
dotnet-configuration: Release
dotnet-self-contained: true
source: .
dotnet-project: src/YesNt.Interpreter.App/YesNt.Interpreter.App.csproj
build-packages:
- clang
- zlib1g-dev
override-build: |
dotnet publish \
--configuration Release \
--runtime linux-x64 \
--self-contained true \
--output "$CRAFT_PART_INSTALL" \
src/YesNt.Interpreter.App/YesNt.Interpreter.App.csproj
stage:
- -YesNt.Interpreter.*
- -*.dbg
yesntcode:
plugin: dotnet
dotnet-version: '10.0'
dotnet-configuration: Release
dotnet-self-contained: true
source: .
dotnet-project: src/YesNt.CodeEditor/YesNt.CodeEditor.csproj
build-packages:
- clang
- zlib1g-dev
override-build: |
dotnet publish \
--configuration Release \
--runtime linux-x64 \
--self-contained true \
--output "$CRAFT_PART_INSTALL" \
src/YesNt.CodeEditor/YesNt.CodeEditor.csproj
stage:
- -YesNt.Interpreter.*
- -*.dbg