File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -86,5 +86,7 @@ This package provides MessagePack serialization/deserialization APIs. This pacak
8686 <files >
8787 <file src =" bin\**\*.dll" target =" lib" exclude =" **\System.*;**\Microsoft.*;**\Mono.*" />
8888 <file src =" bin\**\*.XML" target =" lib" exclude =" **\System.*;**\Microsoft.*;**\Mono.*" />
89+ <file src =" bin\**\*.pdb" target =" lib" exclude =" **\System.*;**\Microsoft.*;**\Mono.*" />
90+ <file src =" src\**\*.cs" target =" src" />
8991 </files >
9092</package >
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ if ( $LastExitCode -ne 0 )
147147
148148if ( $buildConfig -eq ' Release' )
149149{
150- & $msbuild ../ src/ MsgPack/ MsgPack.csproj / t:pack / p:Configuration= $buildConfig / p:NuspecProperties= version= $env: PackageVersion
150+ & $msbuild ../ src/ MsgPack/ MsgPack.csproj / t:pack / p:Configuration= $buildConfig / p:IncludeSymbols = true / p:IncludeSource = true / p: NuspecProperties= version= $env: PackageVersion
151151
152152 Move-Item ../ bin/* .nupkg ../ dist/
153153 Copy-Item ../ bin/* ./ MsgPack- CLI/ - Recurse - Exclude @ (" *.vshost.*" )
You can’t perform that action at this time.
0 commit comments