MSBuild.Sdk.SqlProj
MSBuild.Sdk.SqlProj copied to clipboard
An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects
Bumps [sqltoolsservice](https://github.com/microsoft/sqltoolsservice) from `54fe38e` to `aea6931`. Commits aea6931 LEGO: Merge pull request 1651 7a4beae LEGO: Merge pull request 1650 cadd14e Upgrade SqlClient library to v3.1.1 (#1646) 37c6aa6 formula description (#1647)...
Getting below error when we run pipeline from Gitlab for DACPAC sql project. The imported project "C:\Program Files\dotnet\sdk\6.0.301\Microsoft\VisualStudio\v11.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" was not found. Confirm that the expression in the Import declaration "C:\Program...
Fixes #283 These changes allow for generating nuspec instead of having to provide one.
Installed the template and added all the sql files + 1 post deployment script. When go to build the project. It failes with MSB3073 error. File: sdk.targets Points to this...
Bumps [System.CommandLine](https://github.com/dotnet/command-line-api) from 2.0.0-beta1.21308.1 to 2.0.0-beta4.22272.1. Release notes Sourced from System.CommandLine's releases. System.CommandLine v2.0.0-beta4.22272.1 For details on the Beta 4 release, please see #1750. What's Changed Added ZSH Completion Shim...
Hi, I seem to get a error because of the collation being hardcoded in the model.xml. Is it possible to make this configurable so I can point to some a...
This is triggered with a new msbuild property: PublishOnBuild.
https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/blob/d80ce593feb255471cf4b60e46a520e67b52bedb/src/MSBuild.Sdk.SqlProj/Sdk/Sdk.props#L29 The reason a `.nuspec` file needs to be created manually to get `dotnet pack` to work is the fact you are setting the `$(MSBuildProjectName).nuspec` property. If you either remove...
The .NET SDK csproj standard allows for specifying a multi-value `TargetFrameworks` property as an alternative to the single-value `TargetFramework` property, e.g.: ``` netcoreapp3.1;net5.0;net6.0 ``` With the above, building the project...
Hi, Im providing the `IncludeTransactionalScripts=True` in Property groups in `.csproj` file. But when i check the dacpac, there is no effect . Im trying to achieve a state like below...