set git user config to run config on every build CI providers
This commit is contained in:
+1
-1
@@ -225,7 +225,7 @@ Task("Build").Description("Build git-tfs")
|
||||
|
||||
void SetGitUserConfig()
|
||||
{
|
||||
if(BuildSystem.IsRunningOnAppVeyor)
|
||||
if(!BuildSystem.IsLocalBuild)
|
||||
{
|
||||
Information("Setting git user config to run some integration tests...");
|
||||
//Merge with libgit2sharp now require having user name and email to be set!
|
||||
|
||||
Reference in New Issue
Block a user