Skip to content

Commit 3ebe0ca

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20210525.5 (#10771)
[main] Update dependencies from dotnet/arcade
1 parent 4af4482 commit 3ebe0ca

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@
136136
</Dependency>
137137
</ProductDependencies>
138138
<ToolsetDependencies>
139-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21274.6">
139+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21275.5">
140140
<Uri>https://github.com/dotnet/arcade</Uri>
141-
<Sha>f22435d0f9cc367e75e1875d93ef980be1be6b79</Sha>
141+
<Sha>579b548c545da1a9747bc5df599f38fe86d66251</Sha>
142142
<SourceBuild RepoName="arcade" ManagedOnly="true" />
143143
</Dependency>
144-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21274.6">
144+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21275.5">
145145
<Uri>https://github.com/dotnet/arcade</Uri>
146-
<Sha>f22435d0f9cc367e75e1875d93ef980be1be6b79</Sha>
146+
<Sha>579b548c545da1a9747bc5df599f38fe86d66251</Sha>
147147
</Dependency>
148148
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
149149
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121
<PropertyGroup>
2222
<!-- Dependency from https://github.com/dotnet/arcade -->
23-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21274.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
23+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21275.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
2424
</PropertyGroup>
2525
<PropertyGroup>
2626
<!-- Dependency from https://github.com/dotnet/winforms -->

eng/common/sdk-task.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ try {
5353
}
5454

5555
if ($task -eq "") {
56-
Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task <value>'" -ForegroundColor Red
56+
Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task <value>'"
5757
Print-Usage
5858
ExitWithExitCode 1
5959
}
@@ -78,7 +78,7 @@ try {
7878

7979
$taskProject = GetSdkTaskProject $task
8080
if (!(Test-Path $taskProject)) {
81-
Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task" -ForegroundColor Red
81+
Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task"
8282
ExitWithExitCode 1
8383
}
8484

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cmake": "3.16.4"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21274.6",
14+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21275.5",
1515
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21253.2"
1616
}
1717
}

0 commit comments

Comments
 (0)