-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE]: Azure DevOps task does not place dotnet-gitversion.exe in correct folder #1312
Open
2 tasks done
Comments
For what it's worth, I'm also having this problem on Linux agents. |
Just had the issue on version
|
@RasmusAaen I see there is this
Can you remove the C:\a_tool\GitVersion.Tool and then in the setup set |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
GitVersion package
AzureDevops task
GitVersion version
5.12
Operating system
Windows
What are you seeing?
We are using the Azure DevOps GitVersion tasks in a pipeline running on a self-hosted windows build agent.
The install succeds:
But the execute function cannot find the dotnet-gitversion.exe
When looking at the file system on the agent, the folder "C:\a_tool\GitVersion.Tool\5.12.0" only contains a folder called "x64" and a file called "x64.complete". The x64 folder contains the dotnet-gitversion.exe
Reverting to the v2 of the setup and execute tasks seems to fix the issue.
What is expected?
That GitVersion can be found in the expected folder after install.
Steps to Reproduce
Create a pipeline with the tasks above on a x64 server.
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered: