[main] Update dependencies from dotnet/arcade (#16982)
[main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 8.0.0-beta.23360.2 to 8.0.0-beta.23361.2 (parent: Microsoft.DotNet.Arcade.Sdk) - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23326.1 to 1.0.0-beta.23368.1 (parent: Microsoft.DotNet.Arcade.Sdk) - Merge branch 'main' into darc-main-c2f7fa4c-9cb2-4989-838b-2a4e39afb147 - Merge branch 'main' into darc-main-c2f7fa4c-9cb2-4989-838b-2a4e39afb147 - Merge branch 'main' into darc-main-c2f7fa4c-9cb2-4989-838b-2a4e39afb147 - Merge branch 'main' into darc-main-c2f7fa4c-9cb2-4989-838b-2a4e39afb147 - Update sourcelink patch - Update sourcelink patch - Remove sourcelink dependencies - deployment-tools
This commit is contained in:
parent
b1c1345289
commit
117cc25c04
6 changed files with 43 additions and 18 deletions
|
@ -0,0 +1,25 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nikola Milosavljevic <nikolam@microsoft.com>
|
||||
Date: Thu, 20 Jul 2023 21:02:57 +0000
|
||||
Subject: [PATCH] Remove sourcelink dependencies
|
||||
|
||||
Backport: https://github.com/dotnet/deployment-tools/issues/282
|
||||
---
|
||||
eng/Tools.props | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
diff --git a/eng/Tools.props b/eng/Tools.props
|
||||
index e0c3314..c0569e2 100644
|
||||
--- a/eng/Tools.props
|
||||
+++ b/eng/Tools.props
|
||||
@@ -5,10 +5,4 @@
|
||||
<_RepoToolManifest Condition="'$(ContinuousIntegrationBuild)' == 'true'" />
|
||||
</PropertyGroup>
|
||||
|
||||
- <ItemGroup>
|
||||
- <!-- enable source link in pkgproj -->
|
||||
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
|
||||
- <PackageReference Include="Microsoft.SourceLink.AzureRepos.Git" Version="$(MicrosoftSourceLinkAzureReposGitVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
|
||||
- </ItemGroup>
|
||||
-
|
||||
</Project>
|
|
@ -1,6 +1,6 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nikola Milosavljevic <nikolam@microsoft.com>
|
||||
Date: Mon, 17 Jul 2023 18:27:44 +0000
|
||||
Date: Mon, 17 Jul 2023 15:10:02 +0000
|
||||
Subject: [PATCH] New command-line APIs
|
||||
|
||||
Backport: https://github.com/dotnet/sourcelink/pull/1068
|
||||
|
@ -26,7 +26,7 @@ index ed5441c..1873d27 100644
|
|||
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
|
||||
</packageSources>
|
||||
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
|
||||
index 0c3e675..fad95bd 100644
|
||||
index 44c9e21..d86dff5 100644
|
||||
--- a/eng/Version.Details.xml
|
||||
+++ b/eng/Version.Details.xml
|
||||
@@ -1,21 +1,21 @@
|
||||
|
@ -58,7 +58,7 @@ index 0c3e675..fad95bd 100644
|
|||
+ <Sha>02fe27cd6a9b001c8feb7938e6ef4b3799745759</Sha>
|
||||
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23356.4">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23360.2">
|
||||
diff --git a/eng/Versions.props b/eng/Versions.props
|
||||
index 994e10a..65ed6ee 100644
|
||||
--- a/eng/Versions.props
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue