-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Invoke-Git : warning: refname 'x' is ambiguous. #128
Comments
Hello, just ran it into the same case today.
At D:\a_temp\69904975-11fd-4279-a0e4-b008df7a9665.ps1:3 char:1 |
Hello @maondrej |
Hello @nemanja-jovic, the issue is probably caused by Azure Pipeline agent since version v2.177.1. I can confirm workaround mentioned in thread to set the following variable at the top of CI/CD yaml
|
Hello,
We're utilizing the BuildHelpers along with https://github.com/psake/PowerShellBuild module.
Environment: Azure Pipelines
Lately, we're seeing that multiple pipelines are failing due to the error message Invoke-Git : warning: refname 'x' is ambiguous.
The error seems to appear randomly, and if the same build is re-run multiple times, sometimes it passes over the error.
The text was updated successfully, but these errors were encountered: