Neal Mummau

Results 16 comments of Neal Mummau

> How would it interact with the primary project? Those script are included in the database project but remained in the main project? There is no formal interaction between the...

> @nmummau Why do we need to have the sqlpackage version involved? > > Could we not just use: > > `dotnet tool install -g Mircosoft.Sqlpackage` Short answer: we can...

> Wonder if we could move the DacFX/Sqlpackage version to the Directory.Build.Props file, and use that both here and in the .Dacpac tool? @ErikEJ I experimented with a few approaches,...

@ErikEJ to my previous comment... just kidding, that won't work! ☹️ See commit https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/pull/799/commits/778a3c7cfcbcdf1c5e5d245aca45bd9e661b9332 where I made a few tweaks. The DaxFx version is now back directly in `DacpacTool.csproj`, and...

> * How would we handle a publish profile (an xml file with publish parameter) in this scenario? > * How do you add addtional publish parameters? @ErikEJ This is...

@ErikEJ this is aside, but I wanted to show you a PR (with another guide video) I created for a different project where I implemented some Docker tooling for the...