We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88b903d + 0ec3b2e commit dc08350Copy full SHA for dc08350
.github/workflows/main.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Build
32
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release
33
34
- - name: Test
35
- run: dotnet test --no-build --configuration Release --verbosity normal
+# - name: Test
+# run: dotnet test --no-build --configuration Release --verbosity normal
36
37
- name: Pack
38
run: dotnet pack ${{ env.PROJECT_PATH }} --no-build --configuration Release --output ${{ env.OUTPUT_DIR }}
0 commit comments