Add nuget.config files for building 99/282599/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 6 Oct 2022 09:37:33 +0000 (18:37 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 6 Oct 2022 09:38:17 +0000 (18:38 +0900)
- For SVACE build, nuget.config file is necessary.

Change-Id: Ie66ab4c56a67127dbf71843c4271e0b3ad4881c9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Settings/SettingAccessibility/nuget.config [new file with mode: 0644]
Settings/SettingView/nuget.config [new file with mode: 0644]

diff --git a/Settings/SettingAccessibility/nuget.config b/Settings/SettingAccessibility/nuget.config
new file mode 100644 (file)
index 0000000..1cde40d
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
+    <add key="Tizen" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" />
+  </packageSources>
+  <activePackageSource>
+    <add key="All" value="(Aggregate source)" />
+  </activePackageSource>
+</configuration>
diff --git a/Settings/SettingView/nuget.config b/Settings/SettingView/nuget.config
new file mode 100644 (file)
index 0000000..1cde40d
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
+    <add key="Tizen" value="https://tizen.myget.org/F/dotnet/api/v3/index.json" />
+  </packageSources>
+  <activePackageSource>
+    <add key="All" value="(Aggregate source)" />
+  </activePackageSource>
+</configuration>