Phil Van Houten

Results 2 comments of Phil Van Houten

@ErikEJ I was able to add the following properties into my sqlproj file to build both in VS as well as dotnet cli. Haven't tried SSDT: ``` False True ```...

Unfortunately, `dotnet build` doesn't work for me without specifying `-p:NetCoreBuild=true` as an argument. It fails with `error MSB4019`. Long story short, in my project, I don't have the ability to...