How to use WithCustomBuildConfiguration
?
#2424
Closed
SebastianStehle
started this conversation in
General
Replies: 1 comment
-
@SebastianStehle You're doing everything correctly, there is a bug on BDN side. I moved this to an issue #2425. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to benchmark with local version of the library with previous nuget versions. Therefore I have created the following setup:
Code for that can be found at:
https://github.com/SebastianStehle/mjml-net/blob/main/Mjml.Net.Benchmark/TemplateBenchmarks.cs
But when I run it I get errors like this:
For me it seems that it tries to build with the wrong version. If I check the bin folder, I actually see the 2.0.0 version of the dll. there, but if I build with
dotnet build -c V1_24
the correct version is used.It seems that i am doing something wrong.
Beta Was this translation helpful? Give feedback.
All reactions