Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 8, 2024
1 parent 814d311 commit 29e54f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ jobs:
run: |
sample_name=$(basename "$PWD")
ls -la $HOME/.nuget/packages/adobe.pdf.library.sampleinput/1.0.0/build/Resources/Sample_Input
if { [ "$sample_name" != "ConvertToOffice" ] && [ "$sample_name" != "CreateDocFromXPS" ]; } || [ "${{matrix.os}}" != 'macos-14' ]; then
if [ "${{matrix.os}}" == 'windows-latest' ]; then
if [ "$sample_name" == "DocToImages" ]; then
Expand Down

0 comments on commit 29e54f6

Please sign in to comment.