Update dependencies from https://github.com/dotnet/arcade build 20221013.2 (#31)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
ff7e93a4b7
Коммит
b9a574e5aa
|
@ -3,9 +3,9 @@
|
||||||
<ProductDependencies>
|
<ProductDependencies>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22503.1">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22513.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>d2d39276af2db3da7816ee2dc543e120d7e5781e</Sha>
|
<Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
|
|
|
@ -22,13 +22,14 @@ parameters:
|
||||||
MirrorRepo: ''
|
MirrorRepo: ''
|
||||||
MirrorBranch: main
|
MirrorBranch: main
|
||||||
condition: ''
|
condition: ''
|
||||||
|
JobNameSuffix: ''
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: OneLocBuild
|
- job: OneLocBuild${{ parameters.JobNameSuffix }}
|
||||||
|
|
||||||
dependsOn: ${{ parameters.dependsOn }}
|
dependsOn: ${{ parameters.dependsOn }}
|
||||||
|
|
||||||
displayName: OneLocBuild
|
displayName: OneLocBuild${{ parameters.JobNameSuffix }}
|
||||||
|
|
||||||
${{ if ne(parameters.pool, '') }}:
|
${{ if ne(parameters.pool, '') }}:
|
||||||
pool: ${{ parameters.pool }}
|
pool: ${{ parameters.pool }}
|
||||||
|
|
|
@ -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-latest'
|
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
|
||||||
|
|
||||||
# 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,
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22503.1"
|
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22513.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче