dotnet-installer/test/dotnet-msbuild.Tests
Peter Huene 98dd811aa8
Revert "Fix MSBuild invocation to quote property option values."
This reverts commit f9b939fe89.

That fix caused a regression that prevented a single `/property` option to
define multiple properties using the `/property:First=foo;Second=bar` syntax.

Users that want literal semicolons in the property values should use escaped
quotes around the property value, e.g. `/property:Prop='"foo;bar;baz"'`.

Fixes #9369.
2018-05-31 21:34:05 -07:00
..
dotnet-msbuild.Tests.csproj
GivenDotnetBuildInvocation.cs
GivenDotnetCleanInvocation.cs
GivenDotnetMSBuildBuildsProjects.cs
GivenDotnetPackInvocation.cs
GivenDotnetPublishInvocation.cs
GivenDotnetRestoreInvocation.cs
GivenDotnetStoreInvocation.cs
GivenDotnetVsTestForwardingApp.cs
GivenForwardingApp.cs
GivenMsbuildForwardingApp.cs
GivenMSBuildLogger.cs