Skip to content

Commit

Permalink
Delete test framework targets (#20436)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Apr 15, 2021
1 parent 74b9aa0 commit f12edb8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion eng/Directory.Build.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
</PropertyGroup>

<Import Project="$(RepoRoot)/sdk/core/Azure.Core/src/Azure.Core.props" Condition="'$(IsMgmtLibrary)' == 'true'"/>
<Import Project="TestFramework.props" Condition="'$(IsTestProject)' == 'true'"/>

<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down
2 changes: 0 additions & 2 deletions eng/Directory.Build.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@

<Import Project="CodeGeneration.targets" Condition="'$(TemporaryUsePreviousGeneratorVersion)' == 'true'" />

<Import Project="TestFramework.targets" Condition="'$(IsTestProject)' == 'true'"/>

<Import Project="Azure.Management.Test.targets" Condition="'$(IsMgmtLibrary)' == 'true' and '$(IsTestProject)' == 'true'" />

<!-- CentralPackageVersions properties -->
Expand Down
6 changes: 0 additions & 6 deletions eng/TestFramework.props

This file was deleted.

5 changes: 0 additions & 5 deletions eng/TestFramework.targets

This file was deleted.

0 comments on commit f12edb8

Please sign in to comment.