Hans Kindberg

Results 5 comments of Hans Kindberg

I have had this error too. If I remember correctly I could work around it by either change the build-configuration and build/rebuild or delete the "obj"-directory in the project where...

Visual Studio 15.9.3 1. I clone the project from TFS. When I build I get the error "No destination specified for Copy error". I change the build-configuration to Release, and...

SlowCheetah 2.5.48 A colleague runs VS version 15.8.2, he does not get the error. I run VS 15.9.4, I get the error. I think it has something to do with...

I have temporary solved it by adding the following target to the project-file. Helped by @andresmoschini comment: https://gist.githubusercontent.com/HansKindberg/7ec0d4779f810675cc51dd5398669726/raw/cfea987bfc9807190ea9c2e4a36dbb40ce1b6be4/ASP.NET-Core-SlowCheetah-temporary-publish-fix.targets

Hi @gbergamo I suppose you want to transform when publishing a .NET Core console application. Is that correct?