File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed
Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change 3535 - name : Test
3636 run : dotnet test --no-build --verbosity normal src/OneBitSoftware.Slovom.sln
3737
38- - name : Upload build artifacts
39- uses : actions/upload-artifact@v4
40- with :
41- name : build-artifacts
42- path : src/OneBitSoftware.Slovom/bin/Release
43-
44- pack :
45- runs-on : ubuntu-latest
46- needs : build
47-
48- steps :
49- - uses : actions/checkout@v4
50-
51- - name : Setup .NET
52- uses : actions/setup-dotnet@v4
53- with :
54- dotnet-version : 9.x
55-
56- - name : Download build artifacts
57- uses : actions/download-artifact@v4
58- with :
59- name : build-artifacts
60- path : src/OneBitSoftware.Slovom/bin/Release
61-
6238 - name : Pack
6339 run : dotnet pack --configuration Release --no-build src/OneBitSoftware.Slovom/OneBitSoftware.Slovom.csproj
6440
65- publish :
66- runs-on : ubuntu-latest
67- needs : pack
68-
69- steps :
70- - uses : actions/checkout@v4
71-
72- - name : Setup .NET
73- uses : actions/setup-dotnet@v4
74- with :
75- dotnet-version : 9.x
76-
77- - name : Download build artifacts
78- uses : actions/download-artifact@v4
79- with :
80- name : build-artifacts
81- path : src/OneBitSoftware.Slovom/bin/Release
82-
8341 - name : Publish to NuGet
8442 env :
8543 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
You can’t perform that action at this time.
0 commit comments