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 22
22
- name : Setup .NET
23
23
uses : actions/setup-dotnet@v4
24
24
with :
25
- dotnet-version : 8 .0.x
25
+ dotnet-version : 9 .0.x
26
26
27
27
- name : Build the library
28
28
run : dotnet build -c Release ${{ env.solutionfile-path }}
Original file line number Diff line number Diff line change 9
9
paths :
10
10
- ' src/clients/Codebreaker.GameAPIs.Client/**'
11
11
- ' src/clients/Codebreaker.GameAPIs.Client.Tests/**'
12
- - ' src/Codebreaker.GameA .sln'
12
+ - ' src/Codebreaker.GameAPIs.Client .sln'
13
13
14
14
# Allow manually trigger
15
15
workflow_dispatch :
@@ -18,12 +18,12 @@ jobs:
18
18
build :
19
19
uses : CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
20
20
with :
21
- version-suffix : beta .
21
+ version-suffix : preview.1 .
22
22
version-number : ${{ github.run_number }}
23
23
version-offset : 10
24
24
solutionfile-path : src/Codebreaker.GameAPIs.Client.sln
25
25
projectfile-path : src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
26
- dotnet-version : ' 8 .0.x'
26
+ dotnet-version : ' 9 .0.x'
27
27
artifact-name : codebreaker-clientlib
28
28
branch-name : main
29
29
34
34
artifact-name : codebreaker-clientlib
35
35
secrets : inherit
36
36
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