Skip to content

Commit 33012e6

Browse files
committed
Bump files with dotnet-file sync
# devlooped/oss - If PackAsTool=true, default IsPackable=true, for obvious reasons devlooped/oss@fde1f6f
1 parent dd03a21 commit 33012e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.netconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
weak
121121
[file "src/Directory.Build.targets"]
122122
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
123-
sha = 55c0b32601e94e1eed35028a0cad510c6bcbb265
124-
etag = 874f20853c983e6440ed67bb571d94927f9fb4cd4438585b07df7b420c664609
123+
sha = fde1f6f17926f429a52e64de5ec355bb643e25bc
124+
etag = 126357bbdcfd2ee087986bd27f1817926f6585fba7eda4c9acb36975474fd1b7
125125
weak
126126
[file "support.md"]
127127
url = https://github.com/devlooped/oss/blob/main/support.md

src/Directory.Build.targets

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<DefineConstants>CI;$(DefineConstants)</DefineConstants>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(IsPackable)' == '' and '$(PackAsTool)' == 'true'">
9+
<IsPackable>true</IsPackable>
10+
</PropertyGroup>
11+
812
<PropertyGroup Condition="'$(IsPackable)' == ''">
913
<!-- The Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets unconditionally sets
1014
PackageId=AssemblyName if no PackageId is provided, and then defaults IsPackable=true if

0 commit comments

Comments
 (0)