Skip to content

Commit ed635a2

Browse files
Update .NET version and solution file in workflow
1 parent 4730b03 commit ed635a2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,22 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
23-
token: ${{ secrets.DOCKER_UPLOAD }}
2423
fetch-depth: 0
2524
submodules: true
2625

27-
- name: Set up .NET 8.0
26+
- name: Set up .NET 9
2827
uses: actions/setup-dotnet@v4
2928
with:
30-
dotnet-version: '8.x'
29+
dotnet-version: '9.x'
3130

3231
- name: Restore dependencies
33-
run: dotnet restore "ModelCompiler.slnx"
32+
run: dotnet restore "ModelCompiler.sln"
3433

3534
- name: Build
36-
run: dotnet build --no-restore --configuration Docker "ModelCompiler.slnx"
35+
run: dotnet build --no-restore --configuration Docker "ModelCompiler.sln"
3736

3837

3938

39+
40+
41+

0 commit comments

Comments
 (0)