File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 runs-on : windows-latest
2626
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v5
2929
3030 - name : Add MSBuild to PATH
3131 uses : microsoft/setup-msbuild@v1.1
3232
3333 - name : Setup dotnet
34- uses : actions/setup-dotnet@v1
34+ uses : actions/setup-dotnet@v5
3535 with :
36- dotnet-version : ' 5.0.408 '
36+ global-json-file : " ./Build/Sharpmake/Sharpmake.Application.runtimeconfig.json "
3737
3838 - name : Generate Solutions
3939 working-directory : ${{env.GITHUB_WORKSPACE}}
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 runs-on : windows-latest
2626
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v5
2929
3030 - name : Add MSBuild to PATH
3131 uses : microsoft/setup-msbuild@v1.1
3232
3333 - name : Setup dotnet
34- uses : actions/setup-dotnet@v1
34+ uses : actions/setup-dotnet@v5
3535 with :
36- dotnet-version : ' 5.0.408 ' # Check for latest at link at .NET 5 download page
36+ global-json-file : " ./Build/Sharpmake/Sharpmake.Application.runtimeconfig.json "
3737
3838 - name : Generate Solutions
3939 working-directory : ${{env.GITHUB_WORKSPACE}}
You can’t perform that action at this time.
0 commit comments