Issue with Azure Devops Integration #3664
blakeduffey
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Started to see this failure in the last few minutes
Acquiring GitVersion.Tool version spec: *
Command: dotnet tool install GitVersion.Tool --tool-path E:\agent_work_temp --version 5.12.0
"C:\Program Files\dotnet\dotnet.exe" tool install GitVersion.Tool --tool-path E:\agent_work_temp --version 5.12.0
The tool package could not be restored.
Tool 'gitversion.tool' failed to install. This failure may have been caused by:
YAML portion is:
displayName: gitversion/setup
inputs:
versionSpec: '*'
preferLatestVersion: true
condition: eq(variables['GitSemVer'], 'true')
Is this a known issue?
Beta Was this translation helpful? Give feedback.
All reactions