fixed netfx build by removing show progress
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Fri, 20 Oct 2017 05:20:14 +0000 (22:20 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2017 05:20:14 +0000 (22:20 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/141747fd7c9d4d388adbc912c7f3d14ccb93cbbe

src/libraries/System.Diagnostics.EventLog/tests/System.Diagnostics.EventLog.Tests.csproj

index 82e641b..81692ae 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Release|AnyCPU'" />
   <PropertyGroup>
     <ProjectGuid>{5B218883-369E-4C3D-8BD0-74843474DCBD}</ProjectGuid>
-    <XUnitOptions>-showprogress</XUnitOptions>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="EventInstanceTests.cs" />
@@ -19,4 +18,4 @@
     <Compile Include="Helpers.cs" />
   </ItemGroup>
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
\ No newline at end of file
+</Project>