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 69deb6c commit 3906cfbCopy full SHA for 3906cfb
CI/Azure-DevOps/AZ_MainPipeline.yml
@@ -27,7 +27,7 @@ parameters: # TODO, these don't work for scheduled pipelines, not even the defau
27
28
variables:
29
- name: ArtifactBranchName
30
- value: tSQLt$(Build.SourceVersion)
+ value: tSQLt-$(Build.SourceVersion)-$(Build.BuildId)
31
- name: VMSize
32
value: Standard_F4s_v2 #Standard_D2s_v3, Standard_B2s
33
- name: VMLocation
0 commit comments