Skip to content

Commit

Permalink
Update .vsts-ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwolz committed Jul 11, 2023
1 parent 8ae6e44 commit 488b08c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/.vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ jobs:
PROVISIONING_CONNECTION_STRING_INVALIDCERT: $(PROVISIONING-CONNECTION-STRING-INVALIDCERT)
- job: OSX
displayName: OSX
variables:
CodeQL.Enabled: false
pool:
name: OSX
steps:
Expand Down Expand Up @@ -357,6 +359,8 @@ jobs:
PROVISIONING_CONNECTION_STRING_INVALIDCERT: $(PROVISIONING-CONNECTION-STRING-INVALIDCERT)
- job: xcodenative
displayName: XCode Native
variables:
CodeQL.Enabled: false
pool:
name: OSX
steps:
Expand Down

0 comments on commit 488b08c

Please sign in to comment.