Skip to content
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -555,34 +555,34 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25515.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25555.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25515.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25555.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25515.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25555.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25515.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25555.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25515.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25555.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25515.2">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25555.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25515.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25555.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.10">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25515.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25515.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25515.2</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25515.2</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25555.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25555.4</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25555.4</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25555.4</MicrosoftDotNetXUnitExtensionsVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
Expand Down
5 changes: 5 additions & 0 deletions eng/common/core-templates/job/publish-build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ jobs:
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
is1ESPipeline: ${{ parameters.is1ESPipeline }}

# Darc is targeting 8.0, so make sure it's installed
- task: UseDotNet@2
inputs:
version: 8.0.x

- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
Expand Down
5 changes: 5 additions & 0 deletions eng/common/core-templates/post-build/post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ stages:

- task: NuGetAuthenticate@1

# Darc is targeting 8.0, so make sure it's installed
- task: UseDotNet@2
inputs:
version: 8.0.x

- task: AzureCLI@2
displayName: Publish Using Darc
inputs:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25515.2",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25515.2",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25555.4",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25555.4",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
}
Expand Down
Loading