Skip to content

Commit 0e95cdb

Browse files
authored
Merge pull request #8 from feO2x/nuget-contents-fix-v3.0.0
Fix: NuGet Contents and build-and-test file change filters
2 parents c028f79 + 5ee7dde commit 0e95cdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and Test
33
on:
44
push:
55
branches: [main]
6-
paths: ['Code/**', 'build-and-test.yml']
6+
paths: ['Light.SharedCore/**', 'Light.SharedCore.Tests/**' 'build-and-test.yml']
77
pull_request:
88
branches: [main]
9-
paths: ['Code/**', 'build-and-test.yml']
9+
paths: ['Light.SharedCore/**', 'Light.SharedCore.Tests/**', 'build-and-test.yml']
1010

1111
jobs:
1212
build-and-test:

Light.SharedCore/Light.SharedCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Light.SharedCore 3.0.0
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<None Include="../../light-logo.png" Pack="true" PackagePath="\" />
44-
<None Include="../../readme.md" Pack="true" PackagePath="\" />
43+
<None Include="../light-logo.png" Pack="true" PackagePath="\" />
44+
<None Include="../readme.md" Pack="true" PackagePath="\" />
4545
</ItemGroup>
4646

4747
</Project>

0 commit comments

Comments
 (0)