Skip to content

Commit

Permalink
Cleanup conversion to Arcade (dotnet/extensions#1014)
Browse files Browse the repository at this point in the history
* Remove obsolete targets, properties, and scripts
* Replace IsProductComponent with IsShipping
* Undo bad merge to version.props
* Update documentation, and put workarounds into a common file
* Replace usages of RepositoryRoot with RepoRoot
* Remove API baselines
* Remove unnecessary restore feeds and split workarounds into two files
* Enable PR checks on all branches, and disable autocancel


Commit migrated from dotnet/extensions@f41cfde
  • Loading branch information
natemcmaster committed Jan 30, 2019
1 parent 5a99e9b commit a0f9369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,569 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>dependencyinjection;di</PackageTags>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<!-- Api check throws while trying to get default value for one of the test class arguments
https://github.com/dotnet/corefx/issues/12338 & https://github.com/dotnet/corefx/issues/11797
-->
<EnableApiCheck>false</EnableApiCheck>
<IsUnitTestProject>false</IsUnitTestProject>
<IsTestProject>false</IsTestProject>
<TestRunnerName></TestRunnerName>
<IsPackable>true</IsPackable>
<IsShipping>true</IsShipping>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit a0f9369

Please sign in to comment.