We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ea9e8 commit 6c19095Copy full SHA for 6c19095
CI/Azure-DevOps/AZ_MainPipeline.yml
@@ -395,6 +395,9 @@ stages:
395
${{ format('{0}', version.name) }}:
396
SQLVersionEdition: ${{ version.SQLVersionEdition }}
397
398
+ pool:
399
+ vmImage: 'windows-latest'
400
+
401
variables:
402
databaseAccessDetails: $[convertToJson(stageDependencies.Create_Environments.Create.outputs)]
403
@@ -469,9 +472,6 @@ stages:
469
472
- job: Package_tSQLt_Artifact
470
473
dependsOn: Build_Dacpac
471
474
- pool:
- vmImage: 'windows-latest'
-
475
steps:
476
477
- checkout: self
0 commit comments