From 2f365e4f6851ddd2812e6892eb698e3bcbb322fe Mon Sep 17 00:00:00 2001 From: danielpalme Date: Sat, 26 Dec 2020 12:11:27 +0100 Subject: [PATCH] #401: Fixed handling of '=' in command line parameters --- azure-pipelines.yml | 2 +- docs/index.html | 2 +- src/AzureDevopsTask/ReportGenerator/task.json | 2 +- src/AzureDevopsTask/vss-extension.json | 2 +- src/Readme.txt | 6 +++++- .../ReportGenerator.Console.NetCore.csproj | 4 ++-- src/ReportGenerator.Console/Properties/AssemblyInfo.cs | 4 ++-- .../ReportGenerator.Core.Test.csproj | 4 ++-- src/ReportGenerator.Core/CommandLineArgumentNames.cs | 6 ++++++ src/ReportGenerator.Core/Generator.cs | 1 + src/ReportGenerator.Core/ReportConfigurationBuilder.cs | 3 +-- src/ReportGenerator.Core/ReportGenerator.Core.csproj | 4 ++-- .../ReportGenerator.DotnetCorePluginLoader.csproj | 4 ++-- .../ReportGenerator.DotnetGlobalTool.csproj | 4 ++-- src/ReportGenerator.MSBuild/ReportGenerator.MSBuild.csproj | 4 ++-- src/build.proj | 2 +- 16 files changed, 32 insertions(+), 22 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6b8bf93..452964c3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: - name: disable.coverage.autogenerate value: 'true' - name: version - value: '4.8.2' + value: '4.8.3' stages: - stage: Build diff --git a/docs/index.html b/docs/index.html index 7b90a845..68ebfe77 100644 --- a/docs/index.html +++ b/docs/index.html @@ -116,7 +116,7 @@

Learn how to use

You only have to supply the path to your coverage report(s) and a target directory.
If you are using MSBuild, you can also use an MSBuild task.

-

Learn more

+

Learn more