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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2018-02-07 02:54:23 +0300
committerGitHub <noreply@github.com>2018-02-07 02:54:23 +0300
commit1a21a67b178a4fdbfcc4d1e4f449e5c285af9056 (patch)
treed6e382b20853d53a860e88b903094f7c0b7ea1bf /dir.props
parent2b90844626772de05c4ad4c5e349c67e1ded5aa5 (diff)
Tests for span overloaded path api (#26017)
tests added for span overload for path Apis
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index e74e22bb67..7aa294661c 100644
--- a/dir.props
+++ b/dir.props
@@ -77,11 +77,11 @@
-->
<PropertyGroup>
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
- $(OverridePackageSource);
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json;
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
https://api.nuget.org/v3/index.json;
+ $(OverridePackageSource);
$(RestoreSources)
</RestoreSources>
</PropertyGroup>