[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2022-04-21 12:46:20 +00:00 коммит произвёл GitHub
Родитель cdd44d0064
Коммит e3e374635e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 23 добавлений и 18 удалений

Просмотреть файл

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22218.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22220.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22218.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22220.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22218.3">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22220.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22218.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22220.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22218.3">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22220.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8425453874961a7d7d2379e3f39c104f9ad0a0bd</Sha>
<Sha>8e2ccde11b70936d8254669a4a74653c580a1340</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

Просмотреть файл

@ -7,6 +7,7 @@ parameters:
binlogPath: artifacts/log/Debug/Build.binlog
condition: ''
dependsOn: ''
pool: ''
jobs:
- job: SourceIndexStage1
@ -22,13 +23,17 @@ jobs:
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- group: source-dot-net stage1 variables
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
${{ if ne(parameters.pool, '') }}:
pool: ${{ parameters.pool }}
${{ if eq(parameters.pool, '') }}:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
steps:
- ${{ each preStep in parameters.preSteps }}:
- ${{ preStep }}

Просмотреть файл

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22218.3"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22220.6"
}
}