Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorParker Bibus <parkerbibus@microsoft.com>2022-03-16 19:23:14 +0300
committerGitHub <noreply@github.com>2022-03-16 19:23:14 +0300
commit42c3a981c9808e2ff1af5d469222303c02212c8c (patch)
tree8978f68b916157e3f710ae5a2e6c06efa1a9d2b7 /eng
parentf0b7773b37625485efc3f6ee4f3381cfba82db46 (diff)
Close helix tag. (#66717)
Close helix work item tag in android_scenarios.proj file that is missing it.
Diffstat (limited to 'eng')
-rw-r--r--eng/testing/performance/android_scenarios.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/testing/performance/android_scenarios.proj b/eng/testing/performance/android_scenarios.proj
index 2b19dd4c170..c2fc486f5ec 100644
--- a/eng/testing/performance/android_scenarios.proj
+++ b/eng/testing/performance/android_scenarios.proj
@@ -89,10 +89,11 @@
<Command>$(Python) test.py devicestartup --device-type android --package-path pub\MauiAndroidDefault.apk --package-name com.companyname.mauitesting --scenario-name &quot;%(Identity)&quot; --disable-animations</Command>
<PostCommands>$(Python) post.py</PostCommands>
</HelixWorkItem>
- <HelixWorkItem Include="Device Startup - Android Maui Podcast NoAnimation">
+ <HelixWorkItem Include="Device Startup - Android Maui Podcast NoAnimation">
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
<PreCommands>echo on;set XHARNESSPATH=$(XharnessPath);cd $(ScenarioDirectory)mauiandroid;copy %HELIX_CORRELATION_PAYLOAD%\MauiAndroidPodcast.apk .;$(Python) pre.py --apk-name MauiAndroidPodcast.apk</PreCommands>
<Command>$(Python) test.py devicestartup --device-type android --package-path pub\MauiAndroidPodcast.apk --package-name com.Microsoft.NetConf2021.Maui --scenario-name &quot;%(Identity)&quot; --disable-animations</Command>
<PostCommands>$(Python) post.py</PostCommands>
+ </HelixWorkItem>
</ItemGroup>
</Project>