Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline eb40b3948 -> f7a98bcfd
Renamed Nuget.Config -> NuGet.Config Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/77778bd7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/77778bd7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/77778bd7 Branch: refs/heads/feature/cd-pipeline Commit: 77778bd77d125a885bbbb0ceecfa288c760e1091 Parents: eb40b39 Author: Dominik Psenner <[email protected]> Authored: Thu Jul 6 10:19:24 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 6 10:19:24 2017 +0200 ---------------------------------------------------------------------- NuGet.Config | 7 +++++++ Nuget.Config | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/77778bd7/NuGet.Config ---------------------------------------------------------------------- diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..4980d51 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <add key="repositoryPath" value=".nuget"/> + <activePackageSource> + <add key="NuGet official package source" value="https://nuget.org/api/v2/" /> + </activePackageSource> +</configuration> http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/77778bd7/Nuget.Config ---------------------------------------------------------------------- diff --git a/Nuget.Config b/Nuget.Config deleted file mode 100644 index 4980d51..0000000 --- a/Nuget.Config +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<configuration> - <add key="repositoryPath" value=".nuget"/> - <activePackageSource> - <add key="NuGet official package source" value="https://nuget.org/api/v2/" /> - </activePackageSource> -</configuration>
