Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcumming@microsoft.com>2020-01-14 22:40:40 +0300
committerMichael Cummings <mcumming@microsoft.com>2020-03-04 02:52:10 +0300
commite41c04bd132e24a16f47f9f358273105afec98c4 (patch)
treeda4b52f413725ea6406f8e69e12324f0537cf0a5
parent0e51c67be41477380e5c9cbc56000b6460cc7383 (diff)
Add agent nuget configuration
-rw-r--r--build/localization/nuget.config7
-rw-r--r--build/localization/packages.config4
2 files changed, 11 insertions, 0 deletions
diff --git a/build/localization/nuget.config b/build/localization/nuget.config
new file mode 100644
index 0000000..1710bbd
--- /dev/null
+++ b/build/localization/nuget.config
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+ <add key="CDPX_Toolset" value="https://msazure.pkgs.visualstudio.com/_packaging/Toolset/nuget/v3/index.json" />
+ </packageSources>
+</configuration>
diff --git a/build/localization/packages.config b/build/localization/packages.config
new file mode 100644
index 0000000..1a3fae5
--- /dev/null
+++ b/build/localization/packages.config
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="Localization.xLoc" version="1.1.3" />
+</packages> \ No newline at end of file