We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f56ba commit e597effCopy full SHA for e597eff
src/PostSharp.Engineering.BuildTools/Docker/EpilogueComponent.cs
@@ -41,8 +41,7 @@ ARG SRC_DIR
41
RUN echo $env:PATH
42
RUN git config --global --add safe.directory $env:SRC_DIR/; `
43
git config --global user.name $env:GIT_USER_NAME; `
44
- git config --global user.email $env:GIT_USER_EMAIL; `
45
-
+ git config --global user.email $env:GIT_USER_EMAIL;
46
""" );
47
}
48
src/PostSharp.Engineering.BuildTools/Utilities/GitHelper.cs
@@ -2,7 +2,6 @@
2
3
using JetBrains.Annotations;
4
using PostSharp.Engineering.BuildTools.Build;
5
-using PostSharp.Engineering.BuildTools.ContinuousIntegration;
6
using PostSharp.Engineering.BuildTools.Dependencies.Model;
7
using PostSharp.Engineering.BuildTools.Tools.TeamCity;
8
using System;
0 commit comments