[release/8.0.3xx] Update dependencies from dotnet/arcade (#19247)
[release/8.0.3xx] Update dependencies from dotnet/arcade
This commit is contained in:
parent
3ffc4ae4f8
commit
19ca959a42
9 changed files with 20 additions and 20 deletions
|
@ -214,18 +214,18 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24177.1">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24179.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
|
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24177.1">
|
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24179.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
|
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24177.1">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24179.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
|
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24204.2">
|
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24204.2">
|
||||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24177.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24179.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||||
|
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
# If it's not devdiv, it's dnceng
|
# If it's not devdiv, it's dnceng
|
||||||
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
|
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: $(DncEngInternalBuildPool)
|
||||||
image: 1es-windows-2022-pt
|
image: 1es-windows-2022
|
||||||
os: windows
|
os: windows
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -60,8 +60,8 @@ jobs:
|
||||||
os: windows
|
os: windows
|
||||||
# If it's not devdiv, it's dnceng
|
# If it's not devdiv, it's dnceng
|
||||||
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
|
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: NetCore1ESPool-Publishing-Internal
|
||||||
image: 1es-windows-2022-pt
|
image: windows.vs2019.amd64
|
||||||
os: windows
|
os: windows
|
||||||
steps:
|
steps:
|
||||||
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
|
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
|
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
|
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
|
||||||
image: 1es-mariner-2-pt
|
image: 1es-mariner-2
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
${{ if ne(parameters.platform.pool, '') }}:
|
${{ if ne(parameters.platform.pool, '') }}:
|
||||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
demands: ImageOverride -equals windows.vs2019.amd64.open
|
demands: ImageOverride -equals windows.vs2019.amd64.open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: $(DncEngInternalBuildPool)
|
||||||
image: 1es-windows-2022-pt
|
image: windows.vs2022.amd64
|
||||||
os: windows
|
os: windows
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -110,7 +110,7 @@ stages:
|
||||||
# If it's not devdiv, it's dnceng
|
# If it's not devdiv, it's dnceng
|
||||||
${{ else }}:
|
${{ else }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: $(DncEngInternalBuildPool)
|
||||||
image: 1es-windows-2022-pt
|
image: 1es-windows-2022
|
||||||
os: windows
|
os: windows
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -150,7 +150,7 @@ stages:
|
||||||
# If it's not devdiv, it's dnceng
|
# If it's not devdiv, it's dnceng
|
||||||
${{ else }}:
|
${{ else }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: $(DncEngInternalBuildPool)
|
||||||
image: 1es-windows-2022-pt
|
image: 1es-windows-2022
|
||||||
os: windows
|
os: windows
|
||||||
steps:
|
steps:
|
||||||
- template: setup-maestro-vars.yml
|
- template: setup-maestro-vars.yml
|
||||||
|
@ -208,7 +208,7 @@ stages:
|
||||||
# If it's not devdiv, it's dnceng
|
# If it's not devdiv, it's dnceng
|
||||||
${{ else }}:
|
${{ else }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: $(DncEngInternalBuildPool)
|
||||||
image: 1es-windows-2022-pt
|
image: 1es-windows-2022
|
||||||
os: windows
|
os: windows
|
||||||
steps:
|
steps:
|
||||||
- template: setup-maestro-vars.yml
|
- template: setup-maestro-vars.yml
|
||||||
|
@ -261,8 +261,8 @@ stages:
|
||||||
os: windows
|
os: windows
|
||||||
# If it's not devdiv, it's dnceng
|
# If it's not devdiv, it's dnceng
|
||||||
${{ else }}:
|
${{ else }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: NetCore1ESPool-Publishing-Internal
|
||||||
image: 1es-windows-2022-pt
|
image: windows.vs2019.amd64
|
||||||
os: windows
|
os: windows
|
||||||
steps:
|
steps:
|
||||||
- template: setup-maestro-vars.yml
|
- template: setup-maestro-vars.yml
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#
|
#
|
||||||
# pool:
|
# pool:
|
||||||
# name: $(DncEngInternalBuildPool)
|
# name: $(DncEngInternalBuildPool)
|
||||||
# image: 1es-windows-2022-pt
|
# image: 1es-windows-2022
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
# Coalesce the target and source branches so we know when a PR targets a release branch
|
# Coalesce the target and source branches so we know when a PR targets a release branch
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"cmake": "3.21.0"
|
"cmake": "3.21.0"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24177.1",
|
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24179.4",
|
||||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24177.1"
|
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24179.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue