We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed9e01 commit b6950a5Copy full SHA for b6950a5
.github/workflows/run_integration_tests.yml
@@ -54,4 +54,4 @@ jobs:
54
run: sudo apt-get install p7zip-full && cd archive && 7z x part1-archive.7z && 7z x part2-archive.7z && 7z x part3-archive.7z
55
56
- name: Run tests
57
- run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "archive/"
+ run: dotnet run --roll-forward Major -c Release --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "archive/"
0 commit comments