зеркало из https://github.com/dotnet/cli-lab.git
Update dependencies from https://github.com/dotnet/arcade build 20220902.1
Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22124.1 -> To Version 8.0.0-beta.22452.1
This commit is contained in:
Родитель
51be8895d0
Коммит
e6890c8445
|
@ -3,9 +3,9 @@
|
||||||
<ProductDependencies>
|
<ProductDependencies>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22426.8">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22452.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
|
<Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
# source-build builds run in Docker, including the default managed platform.
|
# source-build builds run in Docker, including the default managed platform.
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Public
|
name: NetCore-Public
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
|
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Internal
|
name: NetCore1ESPool-Internal
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
${{ if eq(parameters.pool, '') }}:
|
${{ if eq(parameters.pool, '') }}:
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Public
|
name: NetCore-Public
|
||||||
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: NetCore1ESPool-Internal
|
name: NetCore1ESPool-Internal
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
"dotnet": "7.0.100-preview.7.22377.5"
|
"dotnet": "7.0.100-preview.7.22377.5"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8"
|
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22452.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче