Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 54c963a

Browse files
committed
tweak build proj
1 parent 2ad6c32 commit 54c963a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/build.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
<!-- Restore for *.Core.csproj -->
134134
<CallTarget Targets="ClearNuGetRestoreCaches" />
135135

136+
136137
<!-- ServiceStack.OrmLite.Core -->
137138
<MSBuild Projects="$(BuildSolutionDir)/src/ServiceStack.OrmLite/ServiceStack.OrmLite.Core.csproj" Targets="Restore" />
138139
<MSBuild Projects="$(BuildSolutionDir)/src/ServiceStack.OrmLite/ServiceStack.OrmLite.Core.csproj"
@@ -175,6 +176,8 @@
175176
Targets="Build;Pack"
176177
Properties="Configuration=$(Configuration)" />
177178

179+
180+
<!-- Copy all *.nupkg to /NuGet -->
178181
<ItemGroup>
179182
<NugetPackagesToMove Include="$(BuildSolutionDir)/src/**/bin/$(Configuration)/*.nupkg"/>
180183
</ItemGroup>

0 commit comments

Comments
 (0)