Skip to content

Commit eda72e5

Browse files
Fix pipeline
1 parent e0f040d commit eda72e5

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ jobs:
2222

2323
- name: Build
2424
run: dotnet build --no-restore
25-
26-
- name: Test
27-
run: dotnet test --no-build --verbosity normal

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
- name: Build
2424
run: dotnet build --no-restore
2525

26-
- name: Test
27-
run: dotnet test --no-build --verbosity normal
28-
2926
- name: Publish NuGet
3027
uses: brandedoutcast/[email protected]
3128
with:

HtmlRendererCore.PdfSharp/HtmlRendererCore.PdfSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryUrl>https://github.com/manuel3108/HtmlRendererCore-Net7</RepositoryUrl>
1111
<Description>HtmlRendererCore-Net7 is a partial port of HtmlRenderer for .NET Core.</Description>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<Version>2.0.1</Version>
13+
<Version>2.0.2</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)