JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with passing empty valued parameter from build configuration to rsp-file

partemyeva opened this issue · comments

Good day,

We are in the process of upgrading from 2018.2.2 (build 61245) to 2022.10.1 (build 116934).

Build configuration in v2018.2.2 used .NET CLI (dotnet) runner with msbuild command and set system parameter to empty value.

image

Migrated build configuration in v2022.10.1 used .NET runner with msbuild command and set system parameter to empty value.

Empty valued parameter passing behavior now is differ: in v2018.2.2 the parameter is passed with empty string value, in v2022.10.1 the parameter is not passed at all.

Please see the attached rsp-files rsp.zip from the similar build configurations. File test_2018_2_2.rsp contains /p:SomeParameter="", but test_2022_10_1.rsp does not.

Thank you