File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build :
15+ continue-on-error : true
1516 strategy :
1617 matrix :
17- dotnet_version : [ 6, 8, 9 ]
18+ dotnet_version : [ 8, 9 ]
1819 msbuild_target : [ x64, x86, ARM64 ]
1920 include :
2021 - msbuild_target : x64
5960 run : dotnet restore
6061 # Build the solution
6162 - name : Build
62- run : dotnet build mvlView.sln -c Release -f net${{ matrix.dotnet_version }}.0-windows7.0 /p:Platform="${{ matrix.lowercase_target }}"
63+ run : dotnet build mvlView.sln -c Release -f net${{ matrix.dotnet_version }}.0-windows /p:Platform="${{ matrix.lowercase_target }}"
6364
6465 # Publish the artifacts
6566 - name : Publish Artifact
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net6.0-windows7.0; net8.0-windows7.0 ;net9.0-windows7.0 </TargetFrameworks >
3+ <TargetFrameworks >net8.0-windows ;net9.0-windows </TargetFrameworks >
44 <OutputType >WinExe</OutputType >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
66 <UseWindowsForms >true</UseWindowsForms >
You can’t perform that action at this time.
0 commit comments