Skip to content

Commit c665b6e

Browse files
authored
Merge branch 'main' into run-staticcheck-on-multiple-platforms
2 parents 6cc0298 + 55e7675 commit c665b6e

File tree

12 files changed

+99
-749
lines changed

12 files changed

+99
-749
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.pipelines/TestSql2017.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ steps:
2020
RunName: 'SQL2017'
2121
SQLCMDUSER: sa
2222
SQLPASSWORD: $(PASSWORD)
23-
24-
- template: include-runtests-linux.yml
25-
parameters:
26-
RunName: 'SQLDB'
27-
# AZURESERVER must be defined as a variable in the pipeline
28-
SQLCMDSERVER: $(AZURESERVER)
29-
AZURECLIENTSECRET: $(AZURECLIENTSECRET)
23+
24+
# The use of client secrets is disallowed now, so commenting out the Azure tests until we can switch to a federated credential.
25+
# - template: include-runtests-linux.yml
26+
# parameters:
27+
# RunName: 'SQLDB'
28+
# # AZURESERVER must be defined as a variable in the pipeline
29+
# SQLCMDSERVER: $(AZURESERVER)
30+
# AZURECLIENTSECRET: $(AZURECLIENTSECRET)
3031

3132
- task: Palmmedia.reportgenerator.reportgenerator-build-release-task.reportgenerator@4
3233
displayName: Merge coverage data

build/azure-pipelines/build-common.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)