Skip to content

Request failed with status code: 401 #1282

Closed
@jjwilliams42

Description

@jjwilliams42

I've seen other issues opened around this, but I am not understanding why it's happening. I have agent side checkout setup for my root (automatically on agent - meaning the .git folder should be and is available).

I removed the Remote Git repository, username and password from the GitVersion3 build step (I don't want a dynamic repo, I already have the .git folder available). When I leave this information in, it git check's out the entire internet apparently, putting it in a different folder (takes about 7-10 minutes just to checkout).

I don't understand why GitVersion won't just use the .git folder that TeamCity already has. Why is it hitting servers and getting a 401?

Relevant log:

Chocolatey v0.9.9.8
[15:18:41][Step 1/1]
[15:18:41][Step 1/1] DEPRECATION NOTICE - choco update is deprecated and will be removed or
[15:18:41][Step 1/1] replaced in version 1.0.0 with something that performs the functions
[15:18:41][Step 1/1] of updating package indexes. Please use choco upgrade instead.
[15:18:41][Step 1/1] Upgrading the following packages:
[15:18:41][Step 1/1] gitversion.portable
[15:18:41][Step 1/1] By upgrading you accept licenses for the packages.
[15:18:42][Step 1/1] GitVersion.Portable v3.6.4 is the latest version available based on your source(s).
[15:18:42][Step 1/1]
[15:18:42][Step 1/1] Chocolatey upgraded 0/1 package(s). 0 package(s) failed.
[15:18:42][Step 1/1] See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
[15:18:42][Step 1/1] Running: C:\ProgramData\chocolatey\bin\gitversion.exe "C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05" /b "refs/heads/develop" /output "buildserver" /UpdateAssemblyInfo true
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:09] Working directory: C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:10] IsDynamicGitRepository: False
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:12] Returning Project Root from DotGitDirectory: C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05.git - C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05
[15:18:43][Step 1/1] WARN [08/23/17 15:18:43:12] 'C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05\GitVersionConfig.yaml' is deprecated, use 'GitVersion.yml' instead.
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:12] Running on Windows.
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:13] Applicable build agent found: 'TeamCity'.
[15:18:43][Step 1/1] WARN [08/23/17 15:18:43:14] TeamCity doesn't make the current branch available through environmental variables.
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] Depending on your authentication and transport setup of your git VCS root things may work. In that case, ignore this warning.
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] In your TeamCity build configuration, add a parameter called env.Git_Branch with value %teamcity.build.vcs.branch.%
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] See http://gitversion.readthedocs.org/en/latest/build-server-support/build-server/teamcity for more info
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:14] Branch from build environment: refs/heads/develop
[15:18:43][Step 1/1] ERROR [08/23/17 15:18:43:76] An unexpected error occurred:
[15:18:43][Step 1/1] LibGit2Sharp.LibGit2SharpException: Request failed with status code: 401
[15:18:43][Step 1/1] at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
[15:18:43][Step 1/1] at LibGit2Sharp.Core.Proxy.git_remote_fetch(RemoteHandle remote, IEnumerable1 refSpecs, GitFetchOptions fetchOptions, String logMessage) [15:18:43][Step 1/1] at LibGit2Sharp.Commands.Fetch(Repository repository, String remote, IEnumerable1 refspecs, FetchOptions options, String logMessage)
[15:18:43][Step 1/1] at GitTools.Git.GitRepositoryHelper.Fetch(AuthenticationInfo authentication, Remote remote, Repository repo)
[15:18:43][Step 1/1] at GitTools.Git.GitRepositoryHelper.NormalizeGitDirectory(String gitDirectory, AuthenticationInfo authentication, Boolean noFetch, String currentBranch)
[15:18:43][Step 1/1] at GitVersion.GitPreparer.Initialise(Boolean normaliseGitDirectory, String currentBranch)
[15:18:43][Step 1/1] at GitVersion.ExecuteCore.ExecuteGitVersion(String targetUrl, String dynamicRepositoryLocation, Authentication authentication, String targetBranch, Boolean noFetch, String workingDirectory, String commitId, Config overrideConfig)
[15:18:43][Step 1/1] at GitVersion.SpecifiedArgumentRunner.Run(Arguments arguments, IFileSystem fileSystem)
[15:18:43][Step 1/1] at GitVersion.Program.VerifyArgumentsAndRun()
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:76]
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:76] Attempting to show the current git graph (please include in issue):
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:76] Showing max of 100 commits
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:88] * 7832d8d 44 seconds ago (HEAD, origin/develop, develop)
[15:18:43][Step 1/1] * 059f88d 20 minutes ago (1.6)
[15:18:43][Step 1/1] * a27931c 28 minutes ago (origin/master, master)
[15:18:43][Step 1/1] * 7aa7de7 52 minutes ago
[15:18:43][Step 1/1] * 52271c4 57 minutes ago
[15:18:43][Step 1/1] |\
[15:18:43][Step 1/1] | * 499d79e 22 hours ago
[15:18:43][Step 1/1] | * 92e7245 23 hours ago
[15:18:43][Step 1/1] | |\
[15:18:43][Step 1/1] | | * 3455b6b 24 hours ago
[15:18:43][Step 1/1] | * | 95e3b73 2 days ago
[15:18:43][Step 1/1] | |/
[15:18:43][Step 1/1] | * 8ad9e26 5 days ago
[15:18:43][Step 1/1] | * 098b7a3 5 days ago
[15:18:43][Step 1/1] | * e844f61 5 days ago
[15:18:43][Step 1/1] | * 1a966da 7 days ago
[15:18:43][Step 1/1] | * 4ccef36 8 days ago
[15:18:43][Step 1/1] | * 951e533 8 days ago
[15:18:43][Step 1/1] | * b0ddf0e 8 days ago
[15:18:43][Step 1/1] | * b92c60f 12 days ago
[15:18:43][Step 1/1] | * 94ed3e2 2 weeks ago
[15:18:43][Step 1/1] | * 34719f2 3 weeks ago
[15:18:43][Step 1/1] | * af62341 4 weeks ago
[15:18:43][Step 1/1] | * d8d29ac 4 weeks ago
[15:18:43][Step 1/1] | * 9de9159 4 weeks ago
[15:18:43][Step 1/1] | * 7c83799 4 weeks ago
[15:18:43][Step 1/1] | * 3544ce7 4 weeks ago
[15:18:43][Step 1/1] | * 66cf239 5 weeks ago
[15:18:43][Step 1/1] | * 4c4a859 5 weeks ago
[15:18:43][Step 1/1] | * 327e0ab 6 weeks ago
[15:18:43][Step 1/1] | * 2198337 6 weeks ago
[15:18:43][Step 1/1] | * dbb16b4 6 weeks ago
[15:18:43][Step 1/1] | * 5ed48b8 6 weeks ago
[15:18:43][Step 1/1] | * b1301c5 7 weeks ago
[15:18:43][Step 1/1] | * 73c9991 8 weeks ago
[15:18:43][Step 1/1] | * b609898 8 weeks ago
[15:18:43][Step 1/1] | * 2f6553c 8 weeks ago
[15:18:43][Step 1/1] | * 065a251 8 weeks ago
[15:18:43][Step 1/1] | * 38fa53d 9 weeks ago
[15:18:43][Step 1/1] | * fc5b524 9 weeks ago
[15:18:43][Step 1/1] | * 5d759d5 9 weeks ago
[15:18:43][Step 1/1] | * 739cf1c 9 weeks ago
[15:18:43][Step 1/1] | * d7a1a63 9 weeks ago
[15:18:43][Step 1/1] | * 6210945 9 weeks ago
[15:18:43][Step 1/1] | * 355f52e 9 weeks ago
[15:18:43][Step 1/1] | * e0a2b5b 9 weeks ago
[15:18:43][Step 1/1] | * 39da214 2 months ago
[15:18:43][Step 1/1] | * 827accf 2 months ago
[15:18:43][Step 1/1] | * 220b8f9 2 months ago
[15:18:43][Step 1/1] | * 26975b1 2 months ago
[15:18:43][Step 1/1] | * 5ee6727 2 months ago
[15:18:43][Step 1/1] | * 9d80716 3 months ago
[15:18:43][Step 1/1] | * 83a3435 3 months ago
[15:18:43][Step 1/1] | * ea06ec4 3 months ago
[15:18:43][Step 1/1] | * f4106e9 3 months ago
[15:18:43][Step 1/1] | * a960f51 3 months ago
[15:18:43][Step 1/1] | * c4c7435 3 months ago
[15:18:43][Step 1/1] | * 9e734cb 3 months ago
[15:18:43][Step 1/1] | * e441d85 3 months ago
[15:18:43][Step 1/1] | * ba1fa04 3 months ago
[15:18:43][Step 1/1] | * ee1feac 3 months ago
[15:18:43][Step 1/1] | * 73e0972 3 months ago
[15:18:43][Step 1/1] | * d1caff8 3 months ago
[15:18:43][Step 1/1] | * 748633d 5 months ago
[15:18:43][Step 1/1] | * b54969e 5 months ago
[15:18:43][Step 1/1] | * 2da627e 5 months ago
[15:18:43][Step 1/1] | * 658b817 5 months ago
[15:18:43][Step 1/1] | * 88dc232 5 months ago
[15:18:43][Step 1/1] * | 406c856 5 months ago
[15:18:43][Step 1/1] |\ \
[15:18:43][Step 1/1] | * | 46f6af3 6 months ago
[15:18:43][Step 1/1] | * | e768306 6 months ago
[15:18:43][Step 1/1] * | | b0513ed 5 months ago
[15:18:43][Step 1/1] |\ \ \
[15:18:43][Step 1/1] | |/ /
[15:18:43][Step 1/1] |/| /
[15:18:43][Step 1/1] | |/
[15:18:43][Step 1/1] | * 1481afd 6 months ago
[15:18:43][Step 1/1] | * 1345ce6 6 months ago
[15:18:43][Step 1/1] | * 0be1154 6 months ago
[15:18:43][Step 1/1] | * 969953d 6 months ago
[15:18:43][Step 1/1] | * 187037c 6 months ago
[15:18:43][Step 1/1] | * 337c6cd 6 months ago
[15:18:43][Step 1/1] | * f173a49 6 months ago
[15:18:43][Step 1/1] | |\
[15:18:43][Step 1/1] | | * eddcb9e 7 months ago
[15:18:43][Step 1/1] | | * cfc2e40 7 months ago
[15:18:43][Step 1/1] | * | d55c578 6 months ago
[15:18:43][Step 1/1] | * | 51e81a1 6 months ago
[15:18:43][Step 1/1] | * | 32b5cf6 6 months ago
[15:18:43][Step 1/1] | |/
[15:18:43][Step 1/1] * | 9d7f88b 9 months ago (1.5.4)
[15:18:43][Step 1/1] |/
[15:18:43][Step 1/1] * f6c8168 9 months ago
[15:18:43][Step 1/1] * 3e0fbc4 9 months ago
[15:18:43][Step 1/1] * 2bea24b 9 months ago (1.5.3.1)
[15:18:43][Step 1/1] * cfe4195 10 months ago (1.5.3)
[15:18:43][Step 1/1] * b74ff02 10 months ago
[15:18:43][Step 1/1] * 72cef92 10 months ago
[15:18:43][Step 1/1] * 28be70e 10 months ago
[15:18:43][Step 1/1] * b4347c2 10 months ago
[15:18:43][Step 1/1] * 8c94ecc 10 months ago
[15:18:43][Step 1/1] * 14947b3 10 months ago
[15:18:43][Step 1/1] * cf2720a 10 months ago
[15:18:43][Step 1/1] * 25a0872 10 months ago
[15:18:43][Step 1/1] * 5975218 10 months ago (1.5.2)
[15:18:43][Step 1/1] * 6456941 11 months ago (1.5.1)
[15:18:43][Step 1/1] * 53c39af 11 months ago (1.5)
[15:18:43][Step 1/1] |\
[15:18:43][Step 1/1] | * 3aed240 11 months ago (1.4.3)
[15:18:43][Step 1/1] | * 291a084 11 months ago (1.4.2)
[15:18:43][Step 1/1] * | a81370a 11 months ago
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:09] Working directory: C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:10] IsDynamicGitRepository: False
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:12] Returning Project Root from DotGitDirectory: C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05.git - C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05
[15:18:43][Step 1/1] WARN [08/23/17 15:18:43:12] 'C:\TeamCity\buildAgent\work\b85a2c3f6fcbdb05\GitVersionConfig.yaml' is deprecated, use 'GitVersion.yml' instead.
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:12] Running on Windows.
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:13] Applicable build agent found: 'TeamCity'.
[15:18:43][Step 1/1] WARN [08/23/17 15:18:43:14] TeamCity doesn't make the current branch available through environmental variables.
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] Depending on your authentication and transport setup of your git VCS root things may work. In that case, ignore this warning.
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] In your TeamCity build configuration, add a parameter called env.Git_Branch with value %teamcity.build.vcs.branch.%
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] See http://gitversion.readthedocs.org/en/latest/build-server-support/build-server/teamcity for more info
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:14] Branch from build environment: refs/heads/develop
[15:18:43][Step 1/1] ERROR [08/23/17 15:18:43:76] An unexpected error occurred:
[15:18:43][Step 1/1] LibGit2Sharp.LibGit2SharpException: Request failed with status code: 401
[15:18:43][Step 1/1] at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
[15:18:43][Step 1/1] at LibGit2Sharp.Core.Proxy.git_remote_fetch(RemoteHandle remote, IEnumerable1 refSpecs, GitFetchOptions fetchOptions, String logMessage) [15:18:43][Step 1/1] at LibGit2Sharp.Commands.Fetch(Repository repository, String remote, IEnumerable1 refspecs, FetchOptions options, String logMessage)
[15:18:43][Step 1/1] at GitTools.Git.GitRepositoryHelper.Fetch(AuthenticationInfo authentication, Remote remote, Repository repo)
[15:18:43][Step 1/1] at GitTools.Git.GitRepositoryHelper.NormalizeGitDirectory(String gitDirectory, AuthenticationInfo authentication, Boolean noFetch, String currentBranch)
[15:18:43][Step 1/1] at GitVersion.GitPreparer.Initialise(Boolean normaliseGitDirectory, String currentBranch)
[15:18:43][Step 1/1] at GitVersion.ExecuteCore.ExecuteGitVersion(String targetUrl, String dynamicRepositoryLocation, Authentication authentication, String targetBranch, Boolean noFetch, String workingDirectory, String commitId, Config overrideConfig)
[15:18:43][Step 1/1] at GitVersion.SpecifiedArgumentRunner.Run(Arguments arguments, IFileSystem fileSystem)
[15:18:43][Step 1/1] at GitVersion.Program.VerifyArgumentsAndRun()
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:76]
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:76] Attempting to show the current git graph (please include in issue):
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:76] Showing max of 100 commits
[15:18:43][Step 1/1] INFO [08/23/17 15:18:43:88] * 7832d8d 44 seconds ago (HEAD, origin/develop, develop)
[15:18:43][Step 1/1] * 059f88d 20 minutes ago (1.6)
[15:18:43][Step 1/1] * a27931c 28 minutes ago (origin/master, master)
[15:18:43][Step 1/1] * 7aa7de7 52 minutes ago
[15:18:43][Step 1/1] * 52271c4 57 minutes ago
[15:18:43][Step 1/1] |\
[15:18:43][Step 1/1] | * 499d79e 22 hours ago
[15:18:43][Step 1/1] | * 92e7245 23 hours ago
[15:18:43][Step 1/1] | |\
[15:18:43][Step 1/1] | | * 3455b6b 24 hours ago
[15:18:43][Step 1/1] | * | 95e3b73 2 days ago
[15:18:43][Step 1/1] | |/
[15:18:43][Step 1/1] | * 8ad9e26 5 days ago
[15:18:43][Step 1/1] | * 098b7a3 5 days ago
[15:18:43][Step 1/1] | * e844f61 5 days ago
[15:18:43][Step 1/1] | * 1a966da 7 days ago
[15:18:43][Step 1/1] | * 4ccef36 8 days ago
[15:18:43][Step 1/1] | * 951e533 8 days ago
[15:18:43][Step 1/1] | * b0ddf0e 8 days ago
[15:18:43][Step 1/1] | * b92c60f 12 days ago
[15:18:43][Step 1/1] | * 94ed3e2 2 weeks ago
[15:18:43][Step 1/1] | * 34719f2 3 weeks ago
[15:18:43][Step 1/1] | * af62341 4 weeks ago
[15:18:43][Step 1/1] | * d8d29ac 4 weeks ago
[15:18:43][Step 1/1] | * 9de9159 4 weeks ago
[15:18:43][Step 1/1] | * 7c83799 4 weeks ago
[15:18:43][Step 1/1] | * 3544ce7 4 weeks ago
[15:18:43][Step 1/1] | * 66cf239 5 weeks ago
[15:18:43][Step 1/1] | * 4c4a859 5 weeks ago
[15:18:43][Step 1/1] | * 327e0ab 6 weeks ago
[15:18:43][Step 1/1] | * 2198337 6 weeks ago
[15:18:43][Step 1/1] | * dbb16b4 6 weeks ago
[15:18:43][Step 1/1] | * 5ed48b8 6 weeks ago
[15:18:43][Step 1/1] | * b1301c5 7 weeks ago
[15:18:43][Step 1/1] | * 73c9991 8 weeks ago
[15:18:43][Step 1/1] | * b609898 8 weeks ago
[15:18:43][Step 1/1] | * 2f6553c 8 weeks ago
[15:18:43][Step 1/1] | * 065a251 8 weeks ago
[15:18:43][Step 1/1] | * 38fa53d 9 weeks ago
[15:18:43][Step 1/1] | * fc5b524 9 weeks ago
[15:18:43][Step 1/1] | * 5d759d5 9 weeks ago
[15:18:43][Step 1/1] | * 739cf1c 9 weeks ago
[15:18:43][Step 1/1] | * d7a1a63 9 weeks ago
[15:18:43][Step 1/1] | * 6210945 9 weeks ago
[15:18:43][Step 1/1] | * 355f52e 9 weeks ago
[15:18:43][Step 1/1] | * e0a2b5b 9 weeks ago
[15:18:43][Step 1/1] | * 39da214 2 months ago
[15:18:43][Step 1/1] | * 827accf 2 months ago
[15:18:43][Step 1/1] | * 220b8f9 2 months ago
[15:18:43][Step 1/1] | * 26975b1 2 months ago
[15:18:43][Step 1/1] | * 5ee6727 2 months ago
[15:18:43][Step 1/1] | * 9d80716 3 months ago
[15:18:43][Step 1/1] | * 83a3435 3 months ago
[15:18:43][Step 1/1] | * ea06ec4 3 months ago
[15:18:43][Step 1/1] | * f4106e9 3 months ago
[15:18:43][Step 1/1] | * a960f51 3 months ago
[15:18:43][Step 1/1] | * c4c7435 3 months ago
[15:18:43][Step 1/1] | * 9e734cb 3 months ago
[15:18:43][Step 1/1] | * e441d85 3 months ago
[15:18:43][Step 1/1] | * ba1fa04 3 months ago
[15:18:43][Step 1/1] | * ee1feac 3 months ago
[15:18:43][Step 1/1] | * 73e0972 3 months ago
[15:18:43][Step 1/1] | * d1caff8 3 months ago
[15:18:43][Step 1/1] | * 748633d 5 months ago
[15:18:43][Step 1/1] | * b54969e 5 months ago
[15:18:43][Step 1/1] | * 2da627e 5 months ago
[15:18:43][Step 1/1] | * 658b817 5 months ago
[15:18:43][Step 1/1] | * 88dc232 5 months ago
[15:18:43][Step 1/1] * | 406c856 5 months ago
[15:18:43][Step 1/1] |\ \
[15:18:43][Step 1/1] | * | 46f6af3 6 months ago
[15:18:43][Step 1/1] | * | e768306 6 months ago
[15:18:43][Step 1/1] * | | b0513ed 5 months ago
[15:18:43][Step 1/1] |\ \ \
[15:18:43][Step 1/1] | |/ /
[15:18:43][Step 1/1] |/| /
[15:18:43][Step 1/1] | |/
[15:18:43][Step 1/1] | * 1481afd 6 months ago
[15:18:43][Step 1/1] | * 1345ce6 6 months ago
[15:18:43][Step 1/1] | * 0be1154 6 months ago
[15:18:43][Step 1/1] | * 969953d 6 months ago
[15:18:43][Step 1/1] | * 187037c 6 months ago
[15:18:43][Step 1/1] | * 337c6cd 6 months ago
[15:18:43][Step 1/1] | * f173a49 6 months ago
[15:18:43][Step 1/1] | |\
[15:18:43][Step 1/1] | | * eddcb9e 7 months ago
[15:18:43][Step 1/1] | | * cfc2e40 7 months ago
[15:18:43][Step 1/1] | * | d55c578 6 months ago
[15:18:43][Step 1/1] | * | 51e81a1 6 months ago
[15:18:43][Step 1/1] | * | 32b5cf6 6 months ago
[15:18:43][Step 1/1] | |/
[15:18:43][Step 1/1] * | 9d7f88b 9 months ago (1.5.4)
[15:18:43][Step 1/1] |/
[15:18:43][Step 1/1] * f6c8168 9 months ago
[15:18:43][Step 1/1] * 3e0fbc4 9 months ago
[15:18:43][Step 1/1] * 2bea24b 9 months ago (1.5.3.1)
[15:18:43][Step 1/1] * cfe4195 10 months ago (1.5.3)
[15:18:43][Step 1/1] * b74ff02 10 months ago
[15:18:43][Step 1/1] * 72cef92 10 months ago
[15:18:43][Step 1/1] * 28be70e 10 months ago
[15:18:43][Step 1/1] * b4347c2 10 months ago
[15:18:43][Step 1/1] * 8c94ecc 10 months ago
[15:18:43][Step 1/1] * 14947b3 10 months ago
[15:18:43][Step 1/1] * cf2720a 10 months ago
[15:18:43][Step 1/1] * 25a0872 10 months ago
[15:18:43][Step 1/1] * 5975218 10 months ago (1.5.2)
[15:18:43][Step 1/1] * 6456941 11 months ago (1.5.1)
[15:18:43][Step 1/1] * 53c39af 11 months ago (1.5)
[15:18:43][Step 1/1] |\
[15:18:43][Step 1/1] | * 3aed240 11 months ago (1.4.3)
[15:18:43][Step 1/1] | * 291a084 11 months ago (1.4.2)
[15:18:43][Step 1/1] * | a81370a 11 months ago
[15:18:43][Step 1/1]
[15:18:43][Step 1/1] ##teamcity[buildStatus text='Error running GitVersion' status='FAILURE']
[15:18:43][Step 1/1] Error running GitVersion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions