File tree Expand file tree Collapse file tree 5 files changed +55
-10
lines changed Expand file tree Collapse file tree 5 files changed +55
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 " %(Identity)" </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 " %(Identity)" </Command >
31+         <PostCommands >$(Python) post.py</PostCommands >
32+     </HelixWorkItem >
33+   </ItemGroup >
34+ </Project >
Original file line number Diff line number Diff line change 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" 
106117robocopy $DocsDir  $WorkItemDirectory 
107118
Original file line number Diff line number Diff line change 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}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments