File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,15 @@ jobs:
9292          .github/scripts/sonarqube-analysis.sh 
9393
9494name : Build Unsigned 
95-         if : ${{ github.ref_name !=  'master' && ! startsWith(github.ref_name, 'branch-') && ! startsWith(github.ref_name, 'sign-') }} 
95+         if : ${{ github.ref_name ==  'master' ||  startsWith(github.ref_name, 'branch-') ||  startsWith(github.ref_name, 'sign-') }} 
9696        shell : bash 
9797        env :
9898          BUILD_NUMBER : ${{ steps.build_number.outputs.build_number }} 
9999        run : | 
100100          msbuild.exe "SonarQube.VisualStudio.sln" -p:VsVersion=17.0 -p:VsTargetVersion=2022 -p:SignArtifacts=false -p:DeployExtension=false -p:Sha1="${GITHUB_SHA}" -p:BuildNumber="${BUILD_NUMBER}" -p:Configuration=Release 
101101
102102name : Build Signed 
103-         if : ${{ github.ref_name == 'master' || startsWith(github.ref_name, 'branch-') || startsWith(github.ref_name, 'sign-') }} 
103+ #         if: ${{ github.ref_name == 'master' || startsWith(github.ref_name, 'branch-') || startsWith(github.ref_name, 'sign-') }}
104104        shell : bash 
105105        env :
106106          SM_API_KEY : ${{ fromJSON(steps.secrets.outputs.vault).SM_API_KEY }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments