I use a Microsoft hosted agent for building and verifying my project including an sql project.
On this azure agent I need to find the SqlPackage.exe
file to call it via a powershell task. I know that there is the SqlServerDacpacDeployment
task but that does not satisfy my needs. I also know that the SqlPackage.exe
has to be somewhere because the SqlServerDacpacDeployment
task can run without the failure that it can not find the SqlPackage.exe
file.
Does anybody know where it is installed on an agent with vmImage: 'VS2017-Win2016'
or how to located it?