File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments