Update dependencies from https://github.com/dotnet/arcade build 20240109.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.23564.5 -> To Version 7.0.0-beta.24059.5
This commit is contained in:
parent
2e5af8cb6e
commit
d8a8df7391
13 changed files with 22 additions and 22 deletions
|
@ -194,18 +194,18 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23564.5">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24059.5">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>ca53a3149aaedb03e5d79ee0e259d31ac8719290</Sha>
|
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.23564.5">
|
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.24059.5">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>ca53a3149aaedb03e5d79ee0e259d31ac8719290</Sha>
|
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.23564.5">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.24059.5">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>ca53a3149aaedb03e5d79ee0e259d31ac8719290</Sha>
|
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.24059.2">
|
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.24059.2">
|
||||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.23564.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.24059.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
param (
|
param (
|
||||||
$darcVersion = $null,
|
$darcVersion = $null,
|
||||||
$versionEndpoint = 'https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16',
|
$versionEndpoint = 'https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16',
|
||||||
$verbosity = 'minimal',
|
$verbosity = 'minimal',
|
||||||
$toolpath = $null
|
$toolpath = $null
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
source="${BASH_SOURCE[0]}"
|
source="${BASH_SOURCE[0]}"
|
||||||
darcVersion=''
|
darcVersion=''
|
||||||
versionEndpoint='https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16'
|
versionEndpoint='https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16'
|
||||||
verbosity='minimal'
|
verbosity='minimal'
|
||||||
|
|
||||||
while [[ $# > 0 ]]; do
|
while [[ $# > 0 ]]; do
|
||||||
|
|
|
@ -2,7 +2,7 @@ param(
|
||||||
[Parameter(Mandatory=$true)][int] $BuildId,
|
[Parameter(Mandatory=$true)][int] $BuildId,
|
||||||
[Parameter(Mandatory=$true)][int] $ChannelId,
|
[Parameter(Mandatory=$true)][int] $ChannelId,
|
||||||
[Parameter(Mandatory=$true)][string] $MaestroApiAccessToken,
|
[Parameter(Mandatory=$true)][string] $MaestroApiAccessToken,
|
||||||
[Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com',
|
[Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro.dot.net',
|
||||||
[Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16'
|
[Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ param(
|
||||||
[Parameter(Mandatory=$true)][int] $PublishingInfraVersion,
|
[Parameter(Mandatory=$true)][int] $PublishingInfraVersion,
|
||||||
[Parameter(Mandatory=$true)][string] $AzdoToken,
|
[Parameter(Mandatory=$true)][string] $AzdoToken,
|
||||||
[Parameter(Mandatory=$true)][string] $MaestroToken,
|
[Parameter(Mandatory=$true)][string] $MaestroToken,
|
||||||
[Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com',
|
[Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro.dot.net',
|
||||||
[Parameter(Mandatory=$true)][string] $WaitPublishingFinish,
|
[Parameter(Mandatory=$true)][string] $WaitPublishingFinish,
|
||||||
[Parameter(Mandatory=$false)][string] $ArtifactsPublishingAdditionalParameters,
|
[Parameter(Mandatory=$false)][string] $ArtifactsPublishingAdditionalParameters,
|
||||||
[Parameter(Mandatory=$false)][string] $SymbolPublishingAdditionalParameters
|
[Parameter(Mandatory=$false)][string] $SymbolPublishingAdditionalParameters
|
||||||
|
|
|
@ -2,7 +2,7 @@ param(
|
||||||
[Parameter(Mandatory=$true)][string] $SourceRepo,
|
[Parameter(Mandatory=$true)][string] $SourceRepo,
|
||||||
[Parameter(Mandatory=$true)][int] $ChannelId,
|
[Parameter(Mandatory=$true)][int] $ChannelId,
|
||||||
[Parameter(Mandatory=$true)][string] $MaestroApiAccessToken,
|
[Parameter(Mandatory=$true)][string] $MaestroApiAccessToken,
|
||||||
[Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com',
|
[Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro.dot.net',
|
||||||
[Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16'
|
[Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,7 @@ jobs:
|
||||||
condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT'))
|
condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT'))
|
||||||
|
|
||||||
- ${{ if and(eq(parameters.runAsPublic, 'false'), eq(variables['System.TeamProject'], 'internal')) }}:
|
- ${{ if and(eq(parameters.runAsPublic, 'false'), eq(variables['System.TeamProject'], 'internal')) }}:
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@1
|
||||||
|
|
||||||
- ${{ if or(eq(parameters.artifacts.download, 'true'), ne(parameters.artifacts.download, '')) }}:
|
- ${{ if or(eq(parameters.artifacts.download, 'true'), ne(parameters.artifacts.download, '')) }}:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
|
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
condition: ${{ parameters.condition }}
|
condition: ${{ parameters.condition }}
|
||||||
continueOnError: ${{ parameters.continueOnError }}
|
continueOnError: ${{ parameters.continueOnError }}
|
||||||
|
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@1
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Enable cross-org NuGet feed authentication
|
displayName: Enable cross-org NuGet feed authentication
|
||||||
|
@ -87,7 +87,7 @@ jobs:
|
||||||
arguments: -task PublishBuildAssets -restore -msbuildEngine dotnet
|
arguments: -task PublishBuildAssets -restore -msbuildEngine dotnet
|
||||||
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
|
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
|
||||||
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
|
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
|
||||||
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
|
/p:MaestroApiEndpoint=https://maestro.dot.net
|
||||||
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
|
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
|
||||||
/p:OfficialBuildId=$(Build.BuildNumber)
|
/p:OfficialBuildId=$(Build.BuildNumber)
|
||||||
condition: ${{ parameters.condition }}
|
condition: ${{ parameters.condition }}
|
||||||
|
|
|
@ -14,7 +14,7 @@ parameters:
|
||||||
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
|
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
|
||||||
defaultManagedPlatform:
|
defaultManagedPlatform:
|
||||||
name: 'Managed'
|
name: 'Managed'
|
||||||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
|
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab'
|
||||||
|
|
||||||
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
|
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
|
||||||
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
|
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
|
||||||
|
|
|
@ -10,7 +10,7 @@ variables:
|
||||||
|
|
||||||
# Default Maestro++ API Endpoint and API Version
|
# Default Maestro++ API Endpoint and API Version
|
||||||
- name: MaestroApiEndPoint
|
- name: MaestroApiEndPoint
|
||||||
value: "https://maestro-prod.westus2.cloudapp.azure.com"
|
value: "https://maestro.dot.net"
|
||||||
- name: MaestroApiAccessToken
|
- name: MaestroApiAccessToken
|
||||||
value: $(MaestroAccessToken)
|
value: $(MaestroAccessToken)
|
||||||
- name: MaestroApiVersion
|
- name: MaestroApiVersion
|
||||||
|
|
|
@ -169,7 +169,7 @@ stages:
|
||||||
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
# This is necessary whenever we want to publish/restore to an AzDO private feed
|
||||||
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
|
||||||
# otherwise it'll complain about accessing a private feed.
|
# otherwise it'll complain about accessing a private feed.
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@1
|
||||||
displayName: 'Authenticate to AzDO Feeds'
|
displayName: 'Authenticate to AzDO Feeds'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
|
@ -272,7 +272,7 @@ stages:
|
||||||
BARBuildId: ${{ parameters.BARBuildId }}
|
BARBuildId: ${{ parameters.BARBuildId }}
|
||||||
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
|
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
|
||||||
|
|
||||||
- task: NuGetAuthenticate@0
|
- task: NuGetAuthenticate@1
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Publish Using Darc
|
displayName: Publish Using Darc
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet": "7.0.113",
|
"dotnet": "7.0.115",
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"dotnet": [
|
"dotnet": [
|
||||||
"$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)"
|
"$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)"
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"cmake": "3.16.4"
|
"cmake": "3.16.4"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23564.5",
|
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24059.5",
|
||||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23564.5"
|
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.24059.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue