Skip to content

Commit

Permalink
Update releaseV2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie authored Nov 5, 2024
1 parent 8f1b133 commit c826d5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/releaseV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:

- name: Build
run: dotnet build --configuration Release --no-restore

- name: Run tests
run: dotnet test --no-restore --verbosity normal --filter "FullyQualifiedName!=Tests.Edit.SignTests.Sign_RequestSignature_ShouldProccessOk&FullyQualifiedName!=Tests.Edit.SignTests.Sign_ComplexTest_ShouldProcessOk"


- name: Pack the project
run: dotnet pack --configuration Release ./src/ILovePDF/iLovePDF.csproj --output ./nupkg

Expand Down

0 comments on commit c826d5f

Please sign in to comment.