Skip to content

Commit 82a8c9f

Browse files
committed
WIP
1 parent 2d40555 commit 82a8c9f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: 10.0.x
23-
- name: Build Package
24-
run: dotnet pack src/Qubed.Core/Qubed.Core.csproj -c Release
23+
- name: Build
24+
run: dotnet build src/Qubed.Core/Qubed.Core.csproj -c Release
2525
- name: Run Tests
2626
run: dotnet test src --no-build --configuration Release --logger "console;verbosity=detailed" --collect "Code Coverage;Format=cobertura"
27+
- name: Build Package
28+
run: dotnet pack src/Qubed.Core/Qubed.Core.csproj -c Release
2729
- name: Publish the package to NuGet
2830
run: dotnet nuget push src/Qubed.Core/bin/Release/*.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate
2931
- name: Publish the package to GitHub

0 commit comments

Comments
 (0)