File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 136
136
</Dependency >
137
137
</ProductDependencies >
138
138
<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 " >
140
140
<Uri >https://github.com/dotnet/arcade</Uri >
141
- <Sha >f22435d0f9cc367e75e1875d93ef980be1be6b79 </Sha >
141
+ <Sha >579b548c545da1a9747bc5df599f38fe86d66251 </Sha >
142
142
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
143
143
</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 " >
145
145
<Uri >https://github.com/dotnet/arcade</Uri >
146
- <Sha >f22435d0f9cc367e75e1875d93ef980be1be6b79 </Sha >
146
+ <Sha >579b548c545da1a9747bc5df599f38fe86d66251 </Sha >
147
147
</Dependency >
148
148
<Dependency Name =" Private.SourceBuild.ReferencePackages" Version =" 1.0.0-beta.20217.1" >
149
149
<Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
Original file line number Diff line number Diff line change 20
20
</PropertyGroup >
21
21
<PropertyGroup >
22
22
<!-- 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 >
24
24
</PropertyGroup >
25
25
<PropertyGroup >
26
26
<!-- Dependency from https://github.com/dotnet/winforms -->
Original file line number Diff line number Diff line change 53
53
}
54
54
55
55
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>'"
57
57
Print- Usage
58
58
ExitWithExitCode 1
59
59
}
78
78
79
79
$taskProject = GetSdkTaskProject $task
80
80
if (! (Test-Path $taskProject )) {
81
- Write-PipelineTelemetryError - Category ' Build' - Message " Unknown task: $task " - ForegroundColor Red
81
+ Write-PipelineTelemetryError - Category ' Build' - Message " Unknown task: $task "
82
82
ExitWithExitCode 1
83
83
}
84
84
Original file line number Diff line number Diff line change 11
11
"cmake" : " 3.16.4"
12
12
},
13
13
"msbuild-sdks" : {
14
- "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21274.6 " ,
14
+ "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21275.5 " ,
15
15
"Microsoft.DotNet.CMake.Sdk" : " 6.0.0-beta.21253.2"
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments