File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 120
120
weak
121
121
[file "src/Directory.Build.targets"]
122
122
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
123
- sha = 55c0b32601e94e1eed35028a0cad510c6bcbb265
124
- etag = 874f20853c983e6440ed67bb571d94927f9fb4cd4438585b07df7b420c664609
123
+ sha = fde1f6f17926f429a52e64de5ec355bb643e25bc
124
+ etag = 126357bbdcfd2ee087986bd27f1817926f6585fba7eda4c9acb36975474fd1b7
125
125
weak
126
126
[file "support.md"]
127
127
url = https://github.com/devlooped/oss/blob/main/support.md
Original file line number Diff line number Diff line change 5
5
<DefineConstants >CI;$(DefineConstants)</DefineConstants >
6
6
</PropertyGroup >
7
7
8
+ <PropertyGroup Condition =" '$(IsPackable)' == '' and '$(PackAsTool)' == 'true'" >
9
+ <IsPackable >true</IsPackable >
10
+ </PropertyGroup >
11
+
8
12
<PropertyGroup Condition =" '$(IsPackable)' == ''" >
9
13
<!-- The Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets unconditionally sets
10
14
PackageId=AssemblyName if no PackageId is provided, and then defaults IsPackable=true if
You can’t perform that action at this time.
0 commit comments