User Profile
Martin_Dufresne
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Re: What happened to my GitVersion pipeline task?
Somehow there's a breaking change. Replace your GitVersion task with these two: - task: gitversion/setup@0 inputs: versionSpec: '5.x' preferLatestVersion: true - task: gitversion/execute@0 inputs: additionalArguments: '/updateassemblyinfo "src/Solution Items/SharedAssemblyInfo.cs"' We had to use additionalArguments because the task's GUI parameter doesn't seem to like the space in our path. This bug applies to Marketplace extension GitTools: Extension details: Build tasks for easy semantic versioning for projects using Git and release management. Publisher: GitTools Installed version: 0.11.0.24020712 (Latest) Last updated: Feb 7, 2024 at 7:46 AM EST2.4KViews0likes4Comments
Recent Blog Articles
No content to show