Feb 26 2024
12:44 AM
- last edited on
Mar 05 2024
05:28 PM
by
TechCommunityAP
Feb 26 2024
12:44 AM
- last edited on
Mar 05 2024
05:28 PM
by
TechCommunityAP
Hi,
I've been trying to figure this out for a while, but can't find my way around it.
Our DevOps team has the SqlPackage.exe file saved in a custom location on a virtual machine used for the agents. I need to access the file to be able to deploy DB projects to on-premise server using Azure DevOps pipeline.
I tried couple different approaches, but nothing seems to work for me.
At the moment my deployment pipeline downloads artifacts and is able to use them for deployment, but can not actually deploy the project due to missing SqlPackage.exe file in the expected location.
Any help would be greatly appreciated!
EDIT:
At the moment I'm trying to use CmdLine@2 task (see below), but it's giving me an error.