File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ branches:
44  only :
55    - develop 
66    - main 
7-     - /v \d*\.\d*\.\d*/ 
7+     - /\d*\.\d*\.\d*/ 
88
99environment :
1010  #  bad, but without this, gitversion doesn't work anymore
@@ -23,9 +23,6 @@ environment:
2323image : Visual Studio 2022 
2424test : false 
2525
26- pull_requests :
27-   do_not_increment_build_number : false 
28- 
2926install :
3027  #  Appveyor uses git checkout -qf FETCH_HEAD but all GitVersion versions above 5.6.3 doesn't support this detached header
3128  #  This is a workaround for this issue
@@ -37,6 +34,9 @@ install:
3734   - ps : Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1' 
3835  - ps : ./dotnet-install.ps1 -Version 8.0.401 -InstallDir "C:\Program Files\dotnet" 
3936
37+ pull_requests :
38+   do_not_increment_build_number : false 
39+ 
4040build_script :
4141  - ps : dotnet --info 
4242  - ps : gitversion /version 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments