Skip to content

Commit 5e9e9ad

Browse files
committed
correctly display README screenshots in nuget package
1 parent abbbfe6 commit 5e9e9ad

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PLEASE NOTE: a simple `dotnet test --results-directory test-results --logger jun
2525

2626
In your YAML file at .github/workflows/BuildAndTest.yml, define jobs like in following example. Please note the multi-platform/multi-target approach of the example.
2727

28-
![GitHub Workflow Action](screenshots/github-action.png)
28+
![GitHub Workflow Action](https://raw.githubusercontent.com/CompuMasterGmbH/JUnitTestLogger/master/screenshots/github-action.png)
2929

3030
```yml
3131
build-and-test:
@@ -123,7 +123,7 @@ In your YAML file at .github/workflows/BuildAndTest.yml, define jobs like in fol
123123

124124
### GitLab
125125

126-
![GitLab Workflow](screenshots/gitlab-workflow.png)
126+
![GitLab Workflow](https://raw.githubusercontent.com/CompuMasterGmbH/JUnitTestLogger/master/screenshots/gitlab-workflow.png)
127127

128128
In your YAML file, define a test job like
129129

src/JunitTestLogger/JUnitTestLogger.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,10 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<!-- README ins Paket-Root -->
3938
<None Include="..\..\README.md">
4039
<Pack>True</Pack>
4140
<PackagePath>\</PackagePath>
4241
</None>
43-
<!-- alle Bilder aus dem README-Ordner mitnehmen, Pfade beibehalten -->
44-
<None Include="..\..\screenshots\**\*.*" Pack="True" PackagePath="screenshots\" />
45-
4642
<None Include="..\logo_64x64.png">
4743
<Pack>True</Pack>
4844
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)