You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new ticket has been opened up for ASP.NET vNext at aspnet/Universe#131 for source indexing and shipping the pdb files in the nupkg files. Universe is using sake, but I'm not sure how to use it. I just published a SourceLink.exe to NuGet and Chocolatey. I thought a good example would be to figure out how to do source index sake itself. Here are the manual steps that work:
A new ticket has been opened up for ASP.NET vNext at aspnet/Universe#131 for source indexing and shipping the pdb files in the nupkg files. Universe is using
sake
, but I'm not sure how to use it. I just published aSourceLink.exe
to NuGet and Chocolatey. I thought a good example would be to figure out how to do source indexsake
itself. Here are the manual steps that work:How do you do that using
sake
? Do you create a.shade
file?You can see the indexed files links by using
srctool -x
.The text was updated successfully, but these errors were encountered: