fix build?

This commit is contained in:
alyssa 2025-01-05 04:54:40 +00:00
parent 57ae3b5e49
commit c755124900
4 changed files with 10 additions and 2 deletions

7
ci/dotnet-version.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
rm ../.version || true
touch ../.version
git rev-parse HEAD >> ../.version
git show --no-patch --format=%at $(git rev-parse HEAD) >> ../.version
(git diff-index --quiet HEAD -- && echo 1) >> ../.version || true