Skip to content

Commit

Permalink
fix symbol server upload
Browse files Browse the repository at this point in the history
  • Loading branch information
danielli90 committed Dec 27, 2015
1 parent 9225f47 commit 1f49d0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions csharp/SparkCLR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
<files>
<file src="Adapter\Microsoft.Spark.CSharp\bin\Release\Microsoft.Spark.CSharp.Adapter.dll" target="lib\net45" />
<file src="Worker\Microsoft.Spark.CSharp\bin\Release\CSharpWorker.exe" target="lib\net45" />
<!--<file src="Adapter\Microsoft.Spark.CSharp\bin\Debug\Microsoft.Spark.CSharp.Adapter.dll" target="lib\net45" />-->
<file src="Adapter\Microsoft.Spark.CSharp\bin\Release\Microsoft.Spark.CSharp.Adapter.pdb" target="lib\net45" />
<!--<file src="Worker\Microsoft.Spark.CSharp\bin\Debug\CSharpWorker.exe" target="lib\net45" />-->
<file src="Worker\Microsoft.Spark.CSharp\bin\Release\CSharpWorker.pdb" target="lib\net45" />
<file src="**\*.cs" target="src" />
</files>
</package>
2 changes: 1 addition & 1 deletion scripts/nugetpack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ else
Copy-Item $root\csharp\SparkCLR.nuspec $root\csharp\SparkCLR.compiled.nuspec -force
}

& $root\tools\NuGet.exe pack $root\csharp\SparkCLR.compiled.nuspec
& $root\tools\NuGet.exe pack $root\csharp\SparkCLR.compiled.nuspec -Symbols

0 comments on commit 1f49d0d

Please sign in to comment.