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

Commit 058ea56

Browse files
authored
Update azure-pipelines.yml
1 parent 299fac6 commit 058ea56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ variables:
1818
PathToCommunityToolkitUnitTestCsproj: 'src/CommunityToolkit/Xamarin.CommunityToolkit.UnitTests/Xamarin.CommunityToolkit.UnitTests.csproj'
1919
PathToMarkupUnitTestCsproj: 'src/Markup/Xamarin.CommunityToolkit.Markup.UnitTests/Xamarin.CommunityToolkit.Markup.UnitTests.csproj'
2020
PathToMsBuildOnMacOS: 'mono /Applications/Visual\ studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/MSBuild.dll'
21-
21+
Codeql.Enabled: true
22+
2223
resources:
2324
repositories:
2425
- repository: internal-templates
@@ -382,4 +383,4 @@ jobs:
382383
- template: sign-artifacts/jobs/v2.yml@internal-templates
383384
parameters:
384385
dependsOn: [ build_windows ]
385-
condition: and(succeeded(), or(eq(variables['Sign'], 'true'), startsWith(variables['Build.SourceBranch'],'refs/tags/')))
386+
condition: and(succeeded(), or(eq(variables['Sign'], 'true'), startsWith(variables['Build.SourceBranch'],'refs/tags/')))

0 commit comments

Comments
 (0)