Revert mixin script to fix insiders build (#20918)

* Revert mixin script

* Create a sql specific mixin file
This commit is contained in:
Karl Burtram
2022-10-21 14:07:10 -07:00
committed by GitHub
parent 2a2ac74032
commit c42620d7d6
7 changed files with 74 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ steps:
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { node build/azure-pipelines/mixin }
exec { node build/azure-pipelines/sql-mixin }
displayName: Mix in quality
- powershell: |