PoshSSDTBuildDeploy Updated - Now With Proper VS2019 Support
Hello! I’ve finally gotten around to adding proper support for VS2019-based projects. Back in May I added a variable to Invoke-MSBuildSSDT so that the path of msbuild could be passed in directly, instead of trying to find MSBuild. This was because at the point of me writing the function VS 2017 was the latest version. So this should work for all subsequent builds going forward. And today I finally added ‘16’ as an option on the MSBuildVersionNumber, which makes things a little easier, and also added the function Install-VsBuildTools2019 that can be used to download and install MSBuildTools version 16, which is compatable with VS 2019.