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 7c1636a commit de2393eCopy full SHA for de2393e
‎.github/workflows/build.yml‎
@@ -29,11 +29,11 @@ jobs:
29
- name: Run the build
30
run: dotnet build --configuration Release
31
32
+ # - name: Run tests
33
+ # run: dotnet test
34
+
35
- name: Pack the project
36
run: dotnet pack --configuration Release --no-restore --output ${{ github.workspace }}/nuget
37
- - name: Run tests
- run: dotnet test
-
38
- name: Publish the NuGet package
39
run: dotnet nuget push ${{ github.workspace }}/nuget/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments