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