Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline b3889c085 -> eb40b3948


Moved Nuget.Config to repository root location, may that help


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/eb40b394
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/eb40b394
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/eb40b394

Branch: refs/heads/feature/cd-pipeline
Commit: eb40b39489de88c7ae233e26793f09ac00277b4d
Parents: b3889c0
Author: Dominik Psenner <[email protected]>
Authored: Thu Jul 6 10:12:35 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Thu Jul 6 10:12:35 2017 +0200

----------------------------------------------------------------------
 Nuget.Config             | 7 +++++++
 netstandard/Nuget.Config | 7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/eb40b394/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/eb40b394/netstandard/Nuget.Config
----------------------------------------------------------------------
diff --git a/netstandard/Nuget.Config b/netstandard/Nuget.Config
deleted file mode 100644
index 4980d51..0000000
--- a/netstandard/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>

Reply via email to