Skip to content

[ISSUE]: Add support for SQL SDK .sqlproj files #4719

@aidanblacklumeris

Description

@aidanblacklumeris

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 /updateprojectfiles on 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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions