summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>2019-05-23 16:42:08 -0700
committerAaron Robinson <arobins@microsoft.com>2019-05-23 16:42:08 -0700
commit061fd2b8cdde0c59d28edddf4594fb1123dcea93 (patch)
treeb0e5ab7349ca20710ec3dff087525475e9dc3941 /src/.nuget
parentabdee1f2fa9531c78eeadef6d0bb8fb1f823d011 (diff)
downloadcoreclr-061fd2b8cdde0c59d28edddf4594fb1123dcea93.tar.gz
coreclr-061fd2b8cdde0c59d28edddf4594fb1123dcea93.tar.bz2
coreclr-061fd2b8cdde0c59d28edddf4594fb1123dcea93.zip
Fix restoring internal tools (#24750)
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/optdata/Directory.Build.props9
-rw-r--r--src/.nuget/optdata/ibcmerge.csproj1
2 files changed, 10 insertions, 0 deletions
diff --git a/src/.nuget/optdata/Directory.Build.props b/src/.nuget/optdata/Directory.Build.props
new file mode 100644
index 0000000000..496325d8be
--- /dev/null
+++ b/src/.nuget/optdata/Directory.Build.props
@@ -0,0 +1,9 @@
+<Project>
+ <!-- Projects for optdata should all use Arcade -->
+ <PropertyGroup>
+ <ArcadeBuild>true</ArcadeBuild>
+ </PropertyGroup>
+
+ <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
+
+</Project> \ No newline at end of file
diff --git a/src/.nuget/optdata/ibcmerge.csproj b/src/.nuget/optdata/ibcmerge.csproj
index b995471fdd..9dae43fd14 100644
--- a/src/.nuget/optdata/ibcmerge.csproj
+++ b/src/.nuget/optdata/ibcmerge.csproj
@@ -15,6 +15,7 @@
<PropertyGroup>
<RestoreSources>
+ $(RestoreSources);
https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>