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

Commit 76bbb17

Browse files
committed
Add NuGet pkg command for new MyGet.Signed package
1 parent 3b7d2af commit 76bbb17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/build-sn.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,8 @@
175175
<MakeDir Directories="$(NuGetPackageDir)/ServiceStack.OrmLite.MySql.Signed/lib/net40" Condition="!Exists('$(NuGetPackageDir)/ServiceStack.OrmLite.MySql.Signed/lib/net40')" />
176176
<Copy SourceFiles="%(MySqlFiles.Identity)" DestinationFolder="$(NuGetPackageDir)/ServiceStack.OrmLite.MySql.Signed/lib/net40" />
177177

178+
<Exec Command="&quot;$(NuGetPath)&quot; pack &quot;$(NuGetPackageDir)/ServiceStack.OrmLite.MySql.Signed/servicestack.ormlite.mysql.signed.nuspec&quot; -OutputDirectory &quot;$(NuGetPackageDir)&quot; -Version $(PackageVersion) -Symbols"
179+
LogStandardErrorAsError="true" />
180+
178181
</Target>
179182
</Project>

0 commit comments

Comments
 (0)