Skip to content

Commit

Permalink
And again for the Workspaces tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Oct 11, 2019
1 parent 3b6a543 commit 6c5109c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<PackageReference Include="MsBuildPipeLogger.Logger" Version="1.1.2" />
<PackageReference Include="MsBuildPipeLogger.Logger" Version="1.1.2" GeneratePathProperty="true" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Buildalyzer.Workspaces\Buildalyzer.Workspaces.csproj" />
<ProjectReference Include="..\..\src\Buildalyzer\Buildalyzer.csproj" />
</ItemGroup>

<!-- Need to copy the MsBuildPipeLogger logger into output so Buildalyzer.Logger can find it -->
<!-- See https://github.com/NuGet/Home/issues/4837#issuecomment-474184722 and https://github.com/NuGet/NuGet.Client/pull/2271 -->
<Target Name="CopyMsBuildPipeLogger" AfterTargets="Build">
<Copy SourceFiles="$(PkgMsBuildPipeLogger_Logger)\lib\netstandard1.3\MsBuildPipeLogger.Logger.dll" DestinationFolder="$(OutDir)" />
</Target>

</Project>

0 comments on commit 6c5109c

Please sign in to comment.