Skip to content

Commit

Permalink
Disable rogue command echo
Browse files Browse the repository at this point in the history
Also removes redundant condition.
  • Loading branch information
gitfool committed May 16, 2024
1 parent 21aa924 commit a004e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitInfo/build/GitInfo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
Condition="'$(GitRoot)' != '' and '$(GitRepositoryUrl)' == ''">

<Exec Command="$(GitExe) config --get remote.$(GitRemote).url"
Condition="'$(GitRepositoryUrl)' == ''"
EchoOff="true"
StandardErrorImportance="low"
StandardOutputImportance="low"
ConsoleToMSBuild="true"
Expand Down

0 comments on commit a004e8e

Please sign in to comment.