diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index 348835e2d2..974eb365c9 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -1,13 +1,13 @@ { - "adx-nonshipping": { - "rules": [], - "packages": { - "Microsoft.AspNetCore.ChunkingCookieManager.Sources": { } - } - }, - "Default": { // Rules to run for packages not listed in any other set. - "rules": [ - "DefaultCompositeRule" - ] + "adx-nonshipping": { + "rules": [], + "packages": { + "Microsoft.AspNetCore.ChunkingCookieManager.Sources": {} } + }, + "Default": { + "rules": [ + "DefaultCompositeRule" + ] + } } \ No newline at end of file diff --git a/makefile.shade b/makefile.shade deleted file mode 100644 index 76d5bf85e4..0000000000 --- a/makefile.shade +++ /dev/null @@ -1,8 +0,0 @@ - -var VERSION='0.1' -var FULL_VERSION='0.1' -use-standard-lifecycle -k-standard-goals - -#pack-sources target='build-pack' - dotnet command='msbuild shared/sources.csproj "/t:Restore;PackAll" /v:n' diff --git a/shared/sources.csproj b/shared/sources.csproj deleted file mode 100644 index d8796f1a45..0000000000 --- a/shared/sources.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - $(MSBuildThisFileDirectory)..\artifacts\build - $(MSBuildThisFileDirectory)\$(PackageId) - netstandard1.0 - false - $(PackageId) - false - contentFiles - - - - - - - - - - - - - - \ No newline at end of file