File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919      uses : actions/setup-dotnet@v2 
2020      with :
2121        dotnet-version : 6.0.x 
22+     - name : Add msbuild to PATH 
23+ 2224    - name : Install .NET MAUI 
2325      run : dotnet workload install maui 
2426    - name : Build 
25-       run : msbuild samples\ScreenBrightnessSample.sln -c  Release 
27+       run : msbuild samples\ScreenBrightnessSample.sln -property:Configuration= Release 
Original file line number Diff line number Diff line change 1919      uses : actions/setup-dotnet@v2 
2020      with :
2121        dotnet-version : 6.0.x 
22+     - name : Add msbuild to PATH 
23+ 2224    - name : Install .NET MAUI 
2325      run : dotnet workload install maui 
2426    - name : Build 
25-       run : msbuild src\Plugin.Maui.ScreenBrightness.sln -c  Release 
27+       run : msbuild src\Plugin.Maui.ScreenBrightness.sln -property:Configuration= Release 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments