We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117be31 commit d4d88e5Copy full SHA for d4d88e5
.github/workflows/ci.yml
@@ -59,6 +59,9 @@ jobs:
59
- name: Restore
60
run: dotnet restore ${{ env.SOLUTION_PATH }}
61
62
+ - name: Build library
63
+ run: dotnet build ${{ env.LIB_PROJECT }} --configuration Release --no-restore
64
+
65
- name: Pack library
66
run: dotnet pack ${{ env.LIB_PROJECT }} --configuration Release --no-build -o artifacts/nuget
67
0 commit comments