-MsBuild.GitVersion
This commit is contained in:
parent
74cb8795d2
commit
8226f54074
12 changed files with 1 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue