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 a2d8a65 commit c589aa0Copy full SHA for c589aa0
Build/pack-nuget.bat
@@ -7,7 +7,7 @@ SET NuGetOutDir=%ROOT%\Artifacts\NuGet
7
8
mkdir "%NuGetOutDir%"
9
10
-%NuGetExe% pack %MainNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
+%NuGetExe% pack %MainLibNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
11
if %errorlevel% neq 0 exit /b %errorlevel%
12
-%NuGetExe% pack %SerializationNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
+%NuGetExe% pack %SerializationLibNuspec% -Verbosity detailed -OutputDirectory "%NuGetOutDir%" -BasePath "%ROOT%" -Symbols
13
0 commit comments