Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Feb 3, 2023
1 parent 3bad14f commit 1f26844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -15,7 +15,6 @@ variables:
GIT_SHA: $(Build.SourceVersion)
GIT_BRANCH_NAME: $(Build.SourceBranchName)
AREA_PATH: 'DevDiv\Xamarin SDK\Build and Tools'
Codeql.Enabled: true

resources:
repositories:
Expand All @@ -31,6 +30,8 @@ resources:

stages:
- stage: build
variables:
Codeql.Enabled: true
displayName: Build Library
jobs:
- template: .ci/build.v1.yml@components
Expand Down

0 comments on commit 1f26844

Please sign in to comment.