Skip to content

Commit d5d34d8

Browse files
committed
2 parents af4ef48 + f6195a0 commit d5d34d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/msbuild_vs2022_dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}}

.github/workflows/msbuild_vs2022_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)