Skip to content

Commit ac0f717

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Disable warnings for non-packable test projects devlooped/oss@95b338b
1 parent 36b18d2 commit ac0f717

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.netconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114

115115
[file "src/Directory.Build.props"]
116116
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
117-
sha = c509be4378ff6789df4f66338cb88119453c0975
117+
sha = 95b338b9780de6b8ed11f060fed2d300f136ec60
118118

119-
etag = cbbdc1a4d3030f353f3e5306a6c380238dd4ed0945aad2d56ba87b49fcfcd66d
119+
etag = 5e73ffebd7aef6fecae5a73d4fb044bf46f3a593ee2858ff1648d9c337e546ad
120120
weak
121121
[file "src/Directory.Build.targets"]
122122
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343

4444
<!-- Ensure MSBuild tooling can access package artifacts always via PKG_[PackageId] -->
4545
<GeneratePathProperty>true</GeneratePathProperty>
46+
<!-- Avoid warnings for test projects when we run dotnet pack on the whole solution. -->
47+
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
4648
</PropertyGroup>
4749

4850
<PropertyGroup Label="Build">

0 commit comments

Comments
 (0)