Merge pull request #15 from Stone-Red-Code/develop

Ok this is getting annoying
This commit is contained in:
Stone_Red
2026-03-06 15:01:56 +01:00
committed by GitHub
+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