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 Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
GivenDotnetBuildInvocation.cs Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
GivenDotnetCleanInvocation.cs Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
GivenDotnetMSBuildBuildsProjects.cs Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
GivenDotnetPackInvocation.cs Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
GivenDotnetPublishInvocation.cs Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
GivenDotnetRestoreInvocation.cs Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
GivenDotnetStoreInvocation.cs Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
GivenDotnetVsTestForwardingApp.cs Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
GivenForwardingApp.cs Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
GivenMsbuildForwardingApp.cs Manually merging some changes that git merged wrong and deleted from the 15.5 branch. 2017-10-13 09:56:08 -07:00
GivenMSBuildLogger.cs Hashed telemetry and event name change (#7919) 2017-10-27 10:58:25 -07:00