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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-04-15 16:15:01 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-15 16:25:37 +0300
commit4507ce9c5d5bbae9e39dc1af1f77a1edb2f24164 (patch)
treef70e4484cc60562352d9f4bee87ef89c7de6ad34 /eng
parent10414f349475b5aa5e98281b47d0e22eb8237a90 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190414.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19214.2
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/common/internal/Tools.csproj8
2 files changed, 8 insertions, 4 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 1d1280f63..ba6e52fa3 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19213.2">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19214.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>10655eec2ab92accc1487d077979935127f16b4e</Sha>
+ <Sha>bcf1186cb0db792906fd319ae49bdbc41f44f8ec</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/common/internal/Tools.csproj b/eng/common/internal/Tools.csproj
index 1a81ff906..1a39a7ef3 100644
--- a/eng/common/internal/Tools.csproj
+++ b/eng/common/internal/Tools.csproj
@@ -12,8 +12,12 @@
<PackageReference Include="Drop.App" Version="$(DropAppVersion)" ExcludeAssets="all" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'"/>
</ItemGroup>
<PropertyGroup>
- <RestoreSources>
- https://devdiv.pkgs.visualstudio.com/_packaging/8f470c7e-ac49-4afe-a6ee-cf784e438b93/nuget/v3/index.json;
+ <RestoreSources></RestoreSources>
+ <RestoreSources Condition="'$(UsingToolIbcOptimization)' == 'true'">
+ https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
+ </RestoreSources>
+ <RestoreSources Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'">
+ $(RestoreSources);
https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>