summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-03-21 16:40:34 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2018-03-23 08:22:16 -0700
commit46f003fe2276e319f86d06b934aab9d57461a9f6 (patch)
tree64028a2506c5857897f247fc1bbb25ec7c5d690a /src/.nuget
parente431eb23fc21b773c17b96bb0f8189597d436b98 (diff)
downloadcoreclr-46f003fe2276e319f86d06b934aab9d57461a9f6.tar.gz
coreclr-46f003fe2276e319f86d06b934aab9d57461a9f6.tar.bz2
coreclr-46f003fe2276e319f86d06b934aab9d57461a9f6.zip
Fix RestoreSources for optdata packages
Pass unprocessed args to restore optdata step so it can override the sources when doing restore Handle prority as an unprocessed arg for the sync alias
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/optdata/nuget.config6
-rw-r--r--src/.nuget/optdata/optdata.csproj8
2 files changed, 0 insertions, 14 deletions
diff --git a/src/.nuget/optdata/nuget.config b/src/.nuget/optdata/nuget.config
deleted file mode 100644
index e747f7ecb9..0000000000
--- a/src/.nuget/optdata/nuget.config
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <packageSources>
- <add key="myget.org dotnet-core-optimization-data" value="https://dotnet.myget.org/F/dotnet-core-optimization-data/api/v3/index.json" />
- </packageSources>
-</configuration>
diff --git a/src/.nuget/optdata/optdata.csproj b/src/.nuget/optdata/optdata.csproj
index 76b5b97789..20e2a40ada 100644
--- a/src/.nuget/optdata/optdata.csproj
+++ b/src/.nuget/optdata/optdata.csproj
@@ -8,14 +8,6 @@
<RuntimeIdentifiers>win7-x64;win7-x86;linux-x64</RuntimeIdentifiers>
</PropertyGroup>
- <!-- Add optimization data package restore source. -->
- <PropertyGroup>
- <RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
- https://dotnet.myget.org/F/dotnet-core-optimization-data/api/v3/index.json;
- $(RestoreSources)
- </RestoreSources>
- </PropertyGroup>
-
<ItemGroup>
<PackageReference Include="optimization.PGO.CoreCLR" Version="$(PgoDataPackageVersion)" Condition="'$(PgoDataPackageVersion)'!=''" />
<PackageReference Include="optimization.IBC.CoreCLR" Version="$(IbcDataPackageVersion)" Condition="'$(IbcDataPackageVersion)'!=''" />