dobsa
dobsa
It really would be nice. Please, bring it in! I am using SSH that comes with latest Widows 10: OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 and it still is not there :-(
In my team we do store PDB files to symbol server. So I want to generate PDBs. At the same time we want to create Docker container with the application...
> @dobsa You want to create a `.snupkg` using `dotnet pack --include-symbols` I don't really mind how and where the symbols end up, as long as they are not present...
> > In my team we do store PDB files to symbol server. So I want to generate PDBs. At the same time we want to create Docker container with...
> > May be we do something wrong, but we build a Linux executable and put the content of `publish` folder into Docker container. This `publish` folder seems to always...
> Was there a problem with the `ExcludeFoldersFromDeployment` and `ExcludeFilesFromDeployment` in `.pubxml` files? I think this issue began because those are not supported by `dotnet publish`. Maybe bringing those back...
IMO this issue should be re-opened. There is no way to skip copying PDB files into `publish` folder once they were generated. The only thing that worked for me was...