Commit 82e8c8b
committed
Uses solution file to do dotnet pack
Now that we have Directory.Build.props, it can set everything in the src directory to IsPackable and everything else can be set to not IsPackable. This allows a condierable speed boost when doing dotnet pack since we don't have to hit the overhead of MSBuild for each package.1 parent 1caaa2e commit 82e8c8b
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
143 | | - | |
| 141 | + | |
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
| |||
0 commit comments