File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 99 vs-version :
1010 required : true
1111 type : string
12+ dotnet-version :
13+ required : true
14+ type : string
1215
1316jobs :
1417 test :
@@ -20,13 +23,16 @@ jobs:
2023 - name : Setup .NET
2124 uses : actions/setup-dotnet@v4
2225 with :
23- dotnet-version : 10.0.x
26+ dotnet-version : ${{ inputs.dotnet-version }}
2427
2528 - name : Add msbuild to PATH
2629 uses : microsoft/setup-msbuild@v2
2730 with :
2831 vs-version : ${{ inputs.vs-version }}
2932
33+ - name : Log MSBuild version
34+ run : msbuild -version
35+
3036 - name : Build
3137 run : dotnet build DotNetBuildable.slnf /p:Configuration=Release
3238
Original file line number Diff line number Diff line change 8181 with :
8282 runs-on : windows-2022
8383 vs-version : ' [17.0,18.0)'
84+ dotnet-version : 8.0.x
8485
8586 test-vs2026 :
8687 uses : ./.github/workflows/dotnet-tests.yml
8788 with :
8889 runs-on : windows-2025-vs2026
8990 vs-version : ' [18.0,)'
91+ dotnet-version : 10.0.x
You can’t perform that action at this time.
0 commit comments