Skip to content

Commit 135e96a

Browse files
committed
Added highlight description of the changes.
1 parent 2105794 commit 135e96a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_changelog/header/v0.14.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Highlights
22

3+
* The default build toolchains have been updated to pass `IntermediateOutputPath`, `OutputPath`, and `OutDir` properties to the `dotnet build` command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own `.csproj` and `.props` from those properties if you need to copy custom files to the output.
4+
35
## Bug fixes
46

57
* Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's `UseArtifactsOutput`.

0 commit comments

Comments
 (0)