❔ Saving current commit information to a file
I'm trying to save the current commit's information using this in the .csproj
but it just keeps saying
or maybe there's a better way to get the commit info?
Build log: https://pastebin.com/raw/2dpKPdq5
but it just keeps saying
The system cannot find the file specified., does that mean it can't find the git command or actually the file,or maybe there's a better way to get the commit info?
git log -1 --pretty=%H%n%an%n%ae%n%cn%n%ce%n%cI%n%s > ".\CurrentCommit" works just fine when run in a regular terminalBuild log: https://pastebin.com/raw/2dpKPdq5