-MsBuild.GitVersion
All checks were successful
Dotnet build and test / build (push) Successful in 3m50s
Forgejo Release / release (push) Successful in 9m24s

This commit is contained in:
Paul Schneider 2026-08-29 00:52:29 +01:00
commit 8226f54074
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
12 changed files with 1 additions and 41 deletions

View file

@ -68,10 +68,8 @@ jobs:
# WORKDIR de l'image (cf. dotnet-android-build-image/Dockerfile).
cd /src
# Clone unshallow pour que GitVersion.MsBuild ait l'historique
# et les tags (sinon MSB3073 sur la cible Android cf. PR #21).
if [[ ! -d _src/.git ]]; then
git clone https://forgejo.pschneider.fr/notazof/yavsc.git _src
git clone --depth=1 https://forgejo.pschneider.fr/notazof/yavsc.git _src
fi
cd _src