Close helix tag. (#66717)
authorParker Bibus <parkerbibus@microsoft.com>
Wed, 16 Mar 2022 16:23:14 +0000 (11:23 -0500)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 16:23:14 +0000 (09:23 -0700)
Close helix work item tag in android_scenarios.proj file that is missing it.

eng/testing/performance/android_scenarios.proj

index 2b19dd4..c2fc486 100644 (file)
       <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>