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\n\nCommit migrated from dotnet/extensions@f41cfde
  • Loading branch information
natemcmaster committed Jan 30, 2019
1 parent be0a619 commit 298ca80
Show file tree
Hide file tree
Showing 28 changed files with 11 additions and 2,694 deletions.
7 changes: 0 additions & 7 deletions src/Configuration/Config.KeyPerFile/Directory.Build.props

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<PropertyGroup>
<Description>Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<EnableApiCheck>false</EnableApiCheck>
<IsPackable>true</IsPackable>
<IsShipping>true</IsShipping>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/FileProviders/Embedded/Directory.Build.props

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>File provider for files in embedded resources for Microsoft.Extensions.FileProviders.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
<IsPackable>true</IsPackable>
<IsShipping>true</IsShipping>
</PropertyGroup>

<ItemGroup>
Expand Down
343 changes: 0 additions & 343 deletions src/FileProviders/Embedded/src/baseline.netcore.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
metadata of the files embedded in the assembly at compilation time.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<EnableApiCheck>false</EnableApiCheck>
<IsShippingAssembly>true</IsShippingAssembly>
<IsPackable>false</IsPackable>
<IsImplementationProject>false</IsImplementationProject>
</PropertyGroup>
Expand Down
7 changes: 0 additions & 7 deletions src/HealthChecks/Abstractions/Directory.Build.props

This file was deleted.

Loading

0 comments on commit 298ca80

Please sign in to comment.