Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Fix mstest-adapter target reference not working with release condition

See merge request company-projects/Meadow!27
  • Loading branch information
zone117x committed Oct 1, 2018
2 parents b87e8ad + bbe8400 commit 8fc014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meadow.UnitTestTemplate/Meadow.UnitTestTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from MSTest.TestAdapter inside this package.
TODO: Try to find a cleaner way to exclude these files from the package.
-->
<Import Project="reference-mstest-adapter.targets" Condition="'$(Configuration)' == 'Release'" />
<Import Project="reference-mstest-adapter.targets" />
<Target Name="ExlcudeTestAdapterPackageContent" BeforeTargets="BeforeBuild" Condition="'$(Configuration)' == 'Release'">
<ItemGroup>
<Content Update="*" Condition="$([System.String]::Copy('%(Content.Link)').StartsWith('Microsoft.VisualStudio.TestPlatform'))">
Expand Down

0 comments on commit 8fc014d

Please sign in to comment.