Skip to content

Commit 2a933f2

Browse files
dotnet 9 clientlib workflows updates
1 parent 100f729 commit 2a933f2

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/codebreaker-lib-client-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: 8.0.x
25+
dotnet-version: 9.0.x
2626

2727
- name: Build the library
2828
run: dotnet build -c Release ${{ env.solutionfile-path }}

.github/workflows/codebreaker-lib-client.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- 'src/clients/Codebreaker.GameAPIs.Client/**'
1111
- 'src/clients/Codebreaker.GameAPIs.Client.Tests/**'
12-
- 'src/Codebreaker.GameA.sln'
12+
- 'src/Codebreaker.GameAPIs.Client.sln'
1313

1414
# Allow manually trigger
1515
workflow_dispatch:
@@ -18,12 +18,12 @@ jobs:
1818
build:
1919
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
2020
with:
21-
version-suffix: beta.
21+
version-suffix: preview.1.
2222
version-number: ${{ github.run_number }}
2323
version-offset: 10
2424
solutionfile-path: src/Codebreaker.GameAPIs.Client.sln
2525
projectfile-path: src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
26-
dotnet-version: '8.0.x'
26+
dotnet-version: '9.0.x'
2727
artifact-name: codebreaker-clientlib
2828
branch-name: main
2929

@@ -34,9 +34,11 @@ jobs:
3434
artifact-name: codebreaker-clientlib
3535
secrets: inherit
3636

37-
publishnuget:
38-
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main
39-
needs: publishdevops
40-
with:
41-
artifact-name: codebreaker-clientlib
42-
secrets: inherit
37+
# NuGet publish is now done with codebreaker-lib-stable.yml
38+
# In case a preview version will be published again to NuGet, this can be uncommented.
39+
# publishnuget:
40+
# uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main
41+
# needs: publishdevops
42+
# with:
43+
# artifact-name: codebreaker-clientlib
44+
# secrets: inherit

0 commit comments

Comments
 (0)