Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
name: "Stage 2b: macOS Tests (.NET 6.0-10.0)"
runs-on: macos-latest
needs: test-linux-core
if: github. repository != 'Chris-Wolfgang/repo-template'
if: github.repository != 'Chris-Wolfgang/repo-template'

steps:
- name: Checkout code
Expand Down
Binary file added asset/icon.ico
Binary file not shown.
Binary file added asset/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<SignAssembly>False</SignAssembly>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition="
Expand All @@ -31,6 +32,10 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\asset\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down
Binary file added src/Wolfgang.TryPattern/icon.ico
Binary file not shown.
Loading