Skip to content

Commit 3c79366

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20210403.1 (#31526)
[main] Update dependencies from dotnet/arcade
1 parent 0aae147 commit 3c79366

File tree

5 files changed

+55
-10
lines changed

5 files changed

+55
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,18 +296,18 @@
296296
<Uri>https://github.com/dotnet/runtime</Uri>
297297
<Sha>4523fbfc78b78a797d662b7952ac674a3616ed7d</Sha>
298298
</Dependency>
299-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21181.6">
299+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21203.1">
300300
<Uri>https://github.com/dotnet/arcade</Uri>
301-
<Sha>e9cdc025014eb2030075303211fdb5af254e278c</Sha>
301+
<Sha>1bfe91238cb39b9620b878b8f1bf0c789324b4cd</Sha>
302302
<SourceBuild RepoName="arcade" ManagedOnly="true" />
303303
</Dependency>
304-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21181.6">
304+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21203.1">
305305
<Uri>https://github.com/dotnet/arcade</Uri>
306-
<Sha>e9cdc025014eb2030075303211fdb5af254e278c</Sha>
306+
<Sha>1bfe91238cb39b9620b878b8f1bf0c789324b4cd</Sha>
307307
</Dependency>
308-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21181.6">
308+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21203.1">
309309
<Uri>https://github.com/dotnet/arcade</Uri>
310-
<Sha>e9cdc025014eb2030075303211fdb5af254e278c</Sha>
310+
<Sha>1bfe91238cb39b9620b878b8f1bf0c789324b4cd</Sha>
311311
</Dependency>
312312
</ToolsetDependencies>
313313
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<MicrosoftEntityFrameworkCoreVersion>6.0.0-preview.4.21201.3</MicrosoftEntityFrameworkCoreVersion>
139139
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-preview.4.21201.3</MicrosoftEntityFrameworkCoreDesignVersion>
140140
<!-- Packages from dotnet/arcade -->
141-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21181.6</MicrosoftDotNetBuildTasksInstallersVersion>
141+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21203.1</MicrosoftDotNetBuildTasksInstallersVersion>
142142
</PropertyGroup>
143143
<!--
144144
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<Project Sdk="Microsoft.DotNet.Helix.Sdk" DefaultTargets="Test">
2+
<PropertyGroup Condition="'$(AGENT_OS)' != 'Windows_NT'">
3+
<Python>python3</Python>
4+
<HelixPreCommands>$(HelixPreCommands);chmod +x $HELIX_WORKITEM_PAYLOAD/SOD/SizeOnDisk</HelixPreCommands>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<HelixCorrelationPayload Include="$(CorrelationPayloadDirectory)">
9+
<PayloadDirectory>%(Identity)</PayloadDirectory>
10+
</HelixCorrelationPayload>
11+
</ItemGroup>
12+
13+
<PropertyGroup Condition="'$(AGENT_OS)' == 'Windows_NT'">
14+
<ScenarioDirectory>%HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\</ScenarioDirectory>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="'$(AGENT_OS)' != 'Windows_NT'">
17+
<ScenarioDirectory>$HELIX_CORRELATION_PAYLOAD/performance/src/scenarios/</ScenarioDirectory>
18+
</PropertyGroup>
19+
20+
<ItemGroup>
21+
<HelixWorkItem Include="SOD - Android HelloWorld APK Size">
22+
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
23+
<PreCommands>cd $(ScenarioDirectory)helloandroid;copy %HELIX_CORRELATION_PAYLOAD%\HelloAndroid.apk .;$(Python) pre.py</PreCommands>
24+
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
25+
<PostCommands>$(Python) post.py</PostCommands>
26+
</HelixWorkItem>
27+
<HelixWorkItem Include="SOD - Android HelloWorld Extracted Size">
28+
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
29+
<PreCommands>cd $(ScenarioDirectory)helloandroid;copy %HELIX_CORRELATION_PAYLOAD%\HelloAndroid.apk .;$(Python) pre.py --unzip</PreCommands>
30+
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
31+
<PostCommands>$(Python) post.py</PostCommands>
32+
</HelixWorkItem>
33+
</ItemGroup>
34+
</Project>

eng/common/performance/performance-setup.ps1

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Param(
1919
[switch] $Compare,
2020
[string] $MonoDotnet="",
2121
[string] $Configurations="CompilationMode=$CompilationMode RunKind=$Kind",
22-
[string] $LogicalMachine=""
22+
[string] $LogicalMachine="",
23+
[switch] $AndroidMono
2324
)
2425

2526
$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") -or ($Repository -eq "dotnet-performance")
@@ -41,6 +42,7 @@ if ($Internal) {
4142
"perftiger" { $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" }
4243
"perfowl" { $Queue = "Windows.10.Amd64.20H2.Owl.Perf" }
4344
"perfsurf" { $Queue = "Windows.10.Arm64.Perf.Surf" }
45+
"perfpixel4a" { $Queue = "Windows.10.Amd64.Pixel.Perf" }
4446
Default { $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" }
4547
}
4648
$PerfLabArguments = "--upload-to-perflab-container"
@@ -102,6 +104,15 @@ if ($UseBaselineCoreRun) {
102104
Move-Item -Path $BaselineCoreRootDirectory -Destination $NewBaselineCoreRoot
103105
}
104106

107+
if ($AndroidMono) {
108+
if(!(Test-Path $WorkItemDirectory))
109+
{
110+
mkdir $WorkItemDirectory
111+
}
112+
Copy-Item -path "$SourceDirectory\artifacts\bin\AndroidSampleApp\arm64\Release\android-arm64\publish\apk\bin\HelloAndroid.apk" $PayloadDirectory
113+
$SetupArguments = $SetupArguments -replace $Architecture, 'arm64'
114+
}
115+
105116
$DocsDir = (Join-Path $PerformanceDirectory "docs")
106117
robocopy $DocsDir $WorkItemDirectory
107118

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"msbuild-sdks": {
3232
"Yarn.MSBuild": "1.22.10",
33-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21181.6",
34-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21181.6"
33+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21203.1",
34+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21203.1"
3535
}
3636
}

0 commit comments

Comments
 (0)