Skip to content

Commit f435226

Browse files
committed
Do not publish symbols
Now that we package SimpleRestServices into openstacknet.dll symbol source rejects our package submission because it doesn't include the source for that as well.
1 parent 698b6db commit f435226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
WorkingDirectory="..\src\corelib\bin\v4.0\$(Configuration)" />
7777

7878
<MakeDir Directories="..\artifacts\packages\" />
79-
<Exec Command="$(NuGet) pack ..\src\corelib\corelib.nuspec -OutputDirectory ..\artifacts\packages -Prop Configuration=$(Configuration) -Version $(Version) -Symbols" />
79+
<Exec Command="$(NuGet) pack ..\src\corelib\corelib.nuspec -OutputDirectory ..\artifacts\packages -Prop Configuration=$(Configuration) -Version $(Version)" />
8080
</Target>
8181

8282
<!-- The publish targets don't depend upon Package because of how they are used on the CI server. At this point the code has been packaged and all that needs

0 commit comments

Comments
 (0)