Skip to content

Commit

Permalink
Add Abp.Quartz for packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Aug 23, 2016
1 parent bacf0e6 commit 967b745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nupkg/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dotnet "pack" "..\src\Abp" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX
dotnet "pack" "..\src\Abp.AspNetCore" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%"
dotnet "pack" "..\src\Abp.AutoMapper" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%"
dotnet "pack" "..\src\Abp.HangFire" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%"
dotnet "pack" "..\src\Abp.Quartz" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%"
dotnet "pack" "..\src\Abp.EntityFramework.Common" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%"
dotnet "pack" "..\src\Abp.EntityFramework" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%"
dotnet "pack" "..\src\Abp.EntityFramework.GraphDiff" -c "Release" -o "." --version-suffix "%VERSION_SUFFIX%"
Expand Down

0 comments on commit 967b745

Please sign in to comment.