adjust Makefile to hardlink the appropriate Manifest file from the Manifests folder. Adjust build.yml for renamed test project. Add AndroidManifest.xml to .gitignore as this is only a link.

This commit is contained in:
Philipp Crocoll
2025-01-14 08:40:13 +01:00
parent 0cae15a219
commit 29fc0fe5ae
3 changed files with 35 additions and 5 deletions

View File

@@ -330,7 +330,7 @@ jobs:
run: |
make msbuild Flavor=NoNet
- name: Test Autofill
working-directory: ./src/Kp2aAutofillParserTest
working-directory: ./src/Kp2aAutofillParser.Tests
run: dotnet test
- name: Build APK (nonet)