File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 408
408
<MakeDir Directories =" $(IntDir)" Condition =" !Exists($(IntDir))" />
409
409
<Exec Command =" $(_GIT) name-rev --name-only HEAD > " $(IntDir)gitbranch.txt" " ContinueOnError =" true" />
410
410
<Exec Command =" $(_GIT) rev-parse HEAD > " $(IntDir)gitversion.txt" " ContinueOnError =" true" />
411
- <Exec Command =" $(_GIT) name-rev --tags --name id -t > " $(IntDir)gittag.txt" " ContinueOnError =" true" />
411
+ <Exec Command =" $(_GIT) name-rev --tags --name-only HEAD > " $(IntDir)gittag.txt" " ContinueOnError =" true" />
412
412
<PropertyGroup >
413
413
<GitBranch Condition =" Exists('$(IntDir)gitbranch.txt')" >$([System.IO.File]::ReadAllText('$(IntDir)gitbranch.txt').Trim())</GitBranch >
414
414
<GitVersion Condition =" Exists('$(IntDir)gitversion.txt')" >$([System.IO.File]::ReadAllText('$(IntDir)gitversion.txt').Trim())</GitVersion >
You can’t perform that action at this time.
0 commit comments