feat/files-control #52

Merged
notazof merged 38 commits from feat/files-control into main 2026-09-14 10:20:35 +01:00
Showing only changes of commit 2cd24dd383 - Show all commits

fixes the pipeline
Some checks failed
Dotnet build and test / build (pull_request) Failing after 11m44s

Paul Schneider 2026-09-14 00:47:28 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -54,6 +54,4 @@ jobs:
echo "🚀 Lancement des tests..." echo "🚀 Lancement des tests..."
cd /src/_src && dotnet test \ cd /src/_src && dotnet test \
--verbosity normal \ --verbosity normal \
--filter="Category!=Platform-Android" \ --filter="Category!=Platform-Android"
--logger "xunit;LogFileName=test-results.xml"