Skip to content
Advertisement

Tag: azure-devops

SQLCMD or SQLPACKAGE on linux?

I am using ubuntu docker image as build agent on Azure Devops. I need to apply some DDL SQL scripts on Azure SQL DB. What tool I should use – SQLCMD or SQLPackage, or something else and why? Thanks in advance Answer So in order to install SQLPackage I followed this tutorial. It got installed, however it did not work

Dockerfile not found on Linux hosted agent

I’m trying to package dotnet core application into linux container. Docker build step fail with file not found (even though the same build works on the windows hosted agent with windows containers). I’ve even tried verifying files are there with command line step right in front of the docker build step… files are there, but docker build step fails to

Advertisement