@@ -566,9 +566,9 @@ stages:
566566 jobs :
567567 - template : sign-artifacts/jobs/v2.yml@xamarin-templates
568568 parameters :
569- ${{ if or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/patch /')) }} :
569+ ${{ if or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release /')) }} :
570570 signType : ' Real'
571- ${{ if not(or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/patch /'))) }} :
571+ ${{ if not(or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release /'))) }} :
572572 signType : ' Test'
573573
574574 - ${{ if and(eq(variables['System.TeamProject'], 'devdiv'), ne(parameters.buildPipelineType, 'tests'), ne(variables['System.PullRequest.IsFork'], 'true')) }} :
@@ -912,7 +912,7 @@ stages:
912912 name : native_checks_windows
913913 displayName : Run Code Checks
914914 buildPipelineType : ${{ parameters.buildPipelineType }}
915- condition : or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/patch /'))
915+ condition : or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release /'))
916916 vmImage : ${{ parameters.VM_IMAGE_WINDOWS}}
917917 target : git-sync-deps
918918 installWindowsSdk : false
0 commit comments