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
I have a POC application that has to copy some files for benchmark measures. So, I would like to copy some assets to outdir using build events. But when I'm using benchmark, I receive an error where all files are missing. Of course, because those files weren't copied to the target (output dir). So for the moment my post build event is copying all files for a dir on my root folder C:\ but it's not the best solution.
Do you have any suggestion for that?
I looked on the BenchmarkDotNet.Autogenerated.csproj, and I'm not certain if we could add the original post build events on the benchmark project to solve this.
Hi everyone!
I have a POC application that has to copy some files for benchmark measures. So, I would like to copy some assets to outdir using build events. But when I'm using benchmark, I receive an error where all files are missing. Of course, because those files weren't copied to the target (output dir). So for the moment my post build event is copying all files for a dir on my root folder C:\ but it's not the best solution.
Do you have any suggestion for that?
I looked on the BenchmarkDotNet.Autogenerated.csproj, and I'm not certain if we could add the original post build events on the benchmark project to solve this.
Here's some piece of my original cs project file.
And here is the BenchmarkDotNet.Autogenerated.csproj
The text was updated successfully, but these errors were encountered: