-
Notifications
You must be signed in to change notification settings - Fork 662
Closed
Description
Prerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
GitVersion package
GitVersion.Tool
GitVersion version
6.4.0
Operating system
Windows
What are you seeing?
With the release of the SDK for SQL projects, there is a need to be able to version SQL projects, especially when publishing database projects to NuGet. Currently, dotnet gitversion /updateprojectfiles skips .SQLPROJ files.
What is expected?
When running GitVersion locally or on a build server, dotnet gitversion /updateprojectfiles should update .sqlproj files when they are using the SQL SDK. Legacy SSDT project files should continue to be skipped.
Steps to Reproduce
- Create a new SQL SDK project or open an existing project
- Ensure GitVersion is updated
- run
dotnet gitversion /updateprojectfileson the command line - Output is echoed to the terminal, but the .sqlproj file is unchanged
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
Copilot