Comments
Sort by recent activity
Sorry, I wasn't very clear above. Specifically I'm trying to create a database Artifact in a Github workflow using the New-DatabaseBuildArtifact PowerShell cmdlet. This relies on a project having a clean build from the Invoke-DatabaseBuild cmdlet. The problem I have is that I can't get a clean build due to numerous errors in the database (which I can't fix). I still want to package the database and send it to downstream environments. Is there any way I can get a package of a database in a Github workflow without having a clean build? / comments
Sorry, I wasn't very clear above. Specifically I'm trying to create a database Artifact in a Github workflow using the New-DatabaseBuildArtifact PowerShell cmdlet. This relies on a project having a...