BMuuN / vsts-assemblyinfo-task

Assembly Info is an extension for Azure DevOps that populates assembly information metadata from a build pipeline.
https://marketplace.visualstudio.com/items?itemName=bleddynrichards.Assembly-Info-Task
MIT License
45 stars 27 forks source link

Suggestion: Ignore files in .git or hidden folders by default #360

Open tekkies opened 1 year ago

tekkies commented 1 year ago

If you create a branch named fix-myproject.csproj, git creates an internal marker file named .git\logs\refs\remotes\origin\fix-myproject.csproj contining the SHA-1 of the current commit on the branch.

This causes ##[error]Error reading file: Error: Non-whitespace before first tag. when the step runs on all branches

Workarounds