Skip to content

Commit f545bad

Browse files
committed
- turned on comment out setvars
1 parent b0ae9f6 commit f545bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate_setup_script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $dacOptions.IncludeCompositeObjects = $true
114114
$dacOptions.BlockOnPossibleDataLoss = $true
115115
$dacOptions.NoAlterStatementsToChangeClrTypes = $true
116116
$dacOptions.AllowDropBlockingAssemblies = $true
117-
$dacOptions.CommentOutSetVarDeclarations = $false
117+
$dacOptions.CommentOutSetVarDeclarations = $true
118118
$dacOptions.ScriptDatabaseOptions = $false
119119
$dacOptions.AllowIncompatiblePlatform = $true
120120
$dacOptions.VerifyCollationCompatibility = $false

0 commit comments

Comments
 (0)