Trying to do this but really hard finding a walk though on making the yaml file. All videos I keep coming across already have the pipeline configured. I guess I will pause the vid and try copying what I see.
Hello, thanks for the tutorial. I would like to know how is created the DACPAC file exactly, is it during the commit ? Or do we have to publish the project ?
Is there a sperate video which goes through setting the actual pipeline up?
Trying to do this but really hard finding a walk though on making the yaml file. All videos I keep coming across already have the pipeline configured. I guess I will pause the vid and try copying what I see.
Hello, thanks for the tutorial.
I would like to know how is created the DACPAC file exactly, is it during the commit ? Or do we have to publish the project ?
We generate differential script instead of dacpac so it can be reviewed before deployment. And in the deployment we use sqlcmd to apply script
Sharing is caring xD?
Great stuff! Thank you!
I would use a deployment job for the publishing of the DACPAC rather than a simple task. You have more options and better visibility this way.