Skip to content

Commit 383e1aa

Browse files
authored
Merge pull request #136 from tSQLt-org/Fix-Main-Azure-Build-pipeline-is-not-rerunnable-#135
Did not actually update anything, just testing if this will link the…
2 parents 00e6472 + 3906cfb commit 383e1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parameters: # TODO, these don't work for scheduled pipelines, not even the defau
2727

2828
variables:
2929
- name: ArtifactBranchName
30-
value: tSQLt$(Build.SourceVersion)
30+
value: tSQLt-$(Build.SourceVersion)-$(Build.BuildId)
3131
- name: VMSize
3232
value: Standard_F4s_v2 #Standard_D2s_v3, Standard_B2s
3333
- name: VMLocation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ tSQLt allows you to implement unit tests in T-SQL. This is important as you do n
1111
* Tests can be grouped together within a schema – allowing you to organize your tests and use common setup methods
1212
* Output can be generated in plain text or XML – making it easier to integrate with a continuous integration tool
1313

14-
tSQLt is licensed under Apache 2.0 (https://github.com/tSQLt-org/tSQLt/blob/master/Build/License.txt)
14+
tSQLt is licensed under Apache 2.0 (https://github.com/tSQLt-org/tSQLt/blob/master/Build/License.txt)

0 commit comments

Comments
 (0)