We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75960f8 commit 3759a99Copy full SHA for 3759a99
framework/Publish.bat
@@ -12,6 +12,7 @@ for /R "nuget_pub" %%s in (*) do (
12
13
::Core
14
dotnet pack src/Bing.Core -c Release -o nuget_pub
15
+dotnet pack src/Bing.AspNetCore.Abstractions -c Release -o nuget_pub
16
dotnet pack src/Bing.AspNetCore -c Release -o nuget_pub
17
dotnet pack src/Bing.ExceptionHandling -c Release -o nuget_pub
18
0 commit comments