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 416
416
<MakeDir Directories =" $(IntDir)" Condition =" !Exists($(IntDir))" />
417
417
<Exec Command =" $(_GIT) name-rev --name-only HEAD > " $(IntDir)gitbranch.txt" " ContinueOnError =" true" />
418
418
<Exec Command =" $(_GIT) rev-parse HEAD > " $(IntDir)gitversion.txt" " ContinueOnError =" true" />
419
- <Exec Command =" $(_GIT) name-rev --tags --name id -t > " $(IntDir)gittag.txt" " ContinueOnError =" true" />
419
+ <Exec Command =" $(_GIT) name-rev --tags --name-only HEAD > " $(IntDir)gittag.txt" " ContinueOnError =" true" />
420
420
<PropertyGroup >
421
421
<GitBranch Condition =" Exists('$(IntDir)gitbranch.txt')" >$([System.IO.File]::ReadAllText('$(IntDir)gitbranch.txt').Trim())</GitBranch >
422
422
<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