Skip to content

Commit

Permalink
Merge branch 'main' into run-staticcheck-on-multiple-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
shueybubbles authored Jul 11, 2024
2 parents 6cc0298 + 55e7675 commit c665b6e
Show file tree
Hide file tree
Showing 12 changed files with 99 additions and 749 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/codeql.yml

This file was deleted.

15 changes: 8 additions & 7 deletions .pipelines/TestSql2017.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ steps:
RunName: 'SQL2017'
SQLCMDUSER: sa
SQLPASSWORD: $(PASSWORD)

- template: include-runtests-linux.yml
parameters:
RunName: 'SQLDB'
# AZURESERVER must be defined as a variable in the pipeline
SQLCMDSERVER: $(AZURESERVER)
AZURECLIENTSECRET: $(AZURECLIENTSECRET)

# The use of client secrets is disallowed now, so commenting out the Azure tests until we can switch to a federated credential.
# - template: include-runtests-linux.yml
# parameters:
# RunName: 'SQLDB'
# # AZURESERVER must be defined as a variable in the pipeline
# SQLCMDSERVER: $(AZURESERVER)
# AZURECLIENTSECRET: $(AZURECLIENTSECRET)

- task: Palmmedia.reportgenerator.reportgenerator-build-release-task.reportgenerator@4
displayName: Merge coverage data
Expand Down
91 changes: 0 additions & 91 deletions build/azure-pipelines/build-common.yml

This file was deleted.

Loading

0 comments on commit c665b6e

Please sign in to comment.