summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-05-10 14:07:11 -0700
committerGitHub <noreply@github.com>2019-05-10 14:07:11 -0700
commit44d22bd22ffc72ec0a89b50b7de96b45a470b1e9 (patch)
tree83a2a4b700a519d05de29d5b2dd35058a600367f /eng
parentc746a224d029f84556298893e8f2789df4bc3dda (diff)
downloadcoreclr-44d22bd22ffc72ec0a89b50b7de96b45a470b1e9.tar.gz
coreclr-44d22bd22ffc72ec0a89b50b7de96b45a470b1e9.tar.bz2
coreclr-44d22bd22ffc72ec0a89b50b7de96b45a470b1e9.zip
Properly set the nuget cache for the repo (#24505)
* Properly set the nuget cache for the repo * Change coreclr NuGet package cache from "./packages" to "./.packages"
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml3
-rw-r--r--eng/Versions.props1
-rw-r--r--eng/build-job.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 7e32bc0b87..e35c3228f8 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -11,8 +11,7 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bda52d7619f9420de46f2c39ffc972864bbcab63</Sha>
</Dependency>
- <!-- This dependency should be added, but it causes the github PR legs to not launch. -->
- <!-- Dependency Name="microsoft.dotnet.build.tasks.feed" Version="2.2.0-beta.19229.8">
+ <Dependency Name="microsoft.dotnet.build.tasks.feed" Version="2.2.0-beta.19229.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a7a250e9c13147134543c35fef2fb81f19592edf</Sha>
</Dependency-->
diff --git a/eng/Versions.props b/eng/Versions.props
index 373257e882..17dc5469c4 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,6 +13,7 @@
<MicrosoftNETCorePlatformsVersion>3.0.0-preview6.19259.1</MicrosoftNETCorePlatformsVersion>
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview6.19257.8</MicrosoftBclAsyncInterfacesVersion>
<MicrosoftNETCoreAppVersion>3.0.0-preview5-27620-01</MicrosoftNETCoreAppVersion>
+ <MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19229.8</MicrosoftDotNetBuildTasksFeedVersion>
<optimizationIBCCoreCLRVersion>99.99.99-master-20190509.1</optimizationIBCCoreCLRVersion>
<optimizationPGOCoreCLRVersion>99.99.99-master-20190509.1</optimizationPGOCoreCLRVersion>
</PropertyGroup>
diff --git a/eng/build-job.yml b/eng/build-job.yml
index ec91ba03cf..656d16f657 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -117,7 +117,7 @@ jobs:
feedsToUse: config
projects: 'src/.nuget/optdata/ibcmerge.csproj'
nugetConfigPath: 'eng/internal/NuGet.config'
- restoreDirectory: '$(Build.SourcesDirectory)\packages'
+ restoreDirectory: '$(Build.SourcesDirectory)\.packages'
verbosityRestore: 'normal'
externalFeedCredentials: 'dotnet-core-internal-tooling'