From 735d3158627d3293881aad27e9a7abef0eb6795a Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:29:51 +0300 Subject: [PATCH] Improve NuGet packages restoration for first build --- NuGet.Config | 9 +++++++++ ccl/cclCommons/test/cclCommonsTest.vcxproj | 4 ++-- ccl/cclGraph/test/cclGraphTest.vcxproj | 4 ++-- ccl/cclLang/test/cclLangTest.vcxproj | 4 ++-- ccl/core/test/cclTest.vcxproj | 4 ++-- ccl/rslang/test/rslTest.vcxproj | 4 ++-- 6 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 NuGet.Config diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..496f1a1 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/ccl/cclCommons/test/cclCommonsTest.vcxproj b/ccl/cclCommons/test/cclCommonsTest.vcxproj index 84ea660..78687b2 100644 --- a/ccl/cclCommons/test/cclCommonsTest.vcxproj +++ b/ccl/cclCommons/test/cclCommonsTest.vcxproj @@ -46,7 +46,7 @@ - + @@ -206,6 +206,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/ccl/cclGraph/test/cclGraphTest.vcxproj b/ccl/cclGraph/test/cclGraphTest.vcxproj index 4fdfedc..00ad031 100644 --- a/ccl/cclGraph/test/cclGraphTest.vcxproj +++ b/ccl/cclGraph/test/cclGraphTest.vcxproj @@ -44,7 +44,7 @@ - + @@ -210,6 +210,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/ccl/cclLang/test/cclLangTest.vcxproj b/ccl/cclLang/test/cclLangTest.vcxproj index e01714a..d99a67a 100644 --- a/ccl/cclLang/test/cclLangTest.vcxproj +++ b/ccl/cclLang/test/cclLangTest.vcxproj @@ -46,7 +46,7 @@ - + @@ -221,6 +221,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/ccl/core/test/cclTest.vcxproj b/ccl/core/test/cclTest.vcxproj index 0042f23..88657bf 100644 --- a/ccl/core/test/cclTest.vcxproj +++ b/ccl/core/test/cclTest.vcxproj @@ -47,7 +47,7 @@ - + @@ -287,6 +287,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/ccl/rslang/test/rslTest.vcxproj b/ccl/rslang/test/rslTest.vcxproj index ecbb1cb..dbeba0e 100644 --- a/ccl/rslang/test/rslTest.vcxproj +++ b/ccl/rslang/test/rslTest.vcxproj @@ -46,7 +46,7 @@ - + @@ -232,6 +232,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file