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 4b8379d commit be011a9
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3,551 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Microsoft.Extensions.Caching.Memory.IMemoryCache</Description>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>cache;memorycache;distributedcache</PackageTags>
<IsShipping>true</IsShipping>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit be011a9

Please sign in to comment.