Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20230228.1 (#1550)

[main] Update dependencies from dotnet/arcade
pull/1551/head
dotnet-maestro[bot] 3 years ago
committed by GitHub
parent
commit
ea222f23c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/templates/job/source-index-stage1.yml
  3. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23127.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23127.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23127.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23127.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23127.1">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

2
eng/common/templates/job/source-index-stage1.yml

@ -1,6 +1,6 @@
parameters:
runAsPublic: false
sourceIndexPackageVersion: 1.0.1-20221220.2
sourceIndexPackageVersion: 1.0.1-20230228.2
sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
preSteps: []

2
global.json

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23127.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23128.1"
}
}

Loading…
Cancel
Save