How can we help you today? How can we help you today?
yeweinan

Activity overview

Latest activity by yeweinan

Ignore dynamic mask doesn't work for Azure devops plugin?
Hi team,I set the   <IgnoreDynamicDataMasking>True</IgnoreDynamicDataMasking> in the ComparisonOptions.xml. I can see that sql source control in the SSMS is ignoring the mask. But the DevOps 'Creat...
1 follower 1 comment 0 votes
Kendra_Little said: Hello, Yes, the build process creates a database for validation purposes. If you skip this step, you would lose assurances that the code you have committed is valid SQL that is suitable for a deployment. You have the option to have the build dynamically create the database for this purpose and drop it after, or if it is more convenient you can hardcode a name for the database and reuse an existing database for each build. (The database will be "cleaned" so validation can succeed.) Can you explain why you would like to skip this step? Is there some barrier preventing you from using a database for this purpose, or some problem that you are hitting? Cheers, Kendra Hi Kendra, Thanks for the explaining but we really hope if we can have an option bypassing it. When deploying, we are using transactions so that if there is an error, we will get it eventually. Make us feel that the extra safeguard is redundant in most of the case.  The most important reason for us is time. We have a large DB so every time the build cost 10+ mins, and developers really want them fast pace into our Dev env.  We hope that we can have an option so that we can only enable the DB validation when we try to deploy to our Prod, and enjoy your assurance feature when we need [image] / comments
Kendra_Little said: Hello,Yes, the build process creates a database for validation purposes. If you skip this step, you would lose assurances that the code you have committed is valid SQL tha...
0 votes
Can I create the nuget package without create a database?
Hi Team,I'm using the Azure DevOps plugin to create a build and release.I feel like create the temp db during the build process is just for validating purpose?Is there any way to by pass it? Many t...
2 followers 4 comments 0 votes