Skip to content

Commit e203644

Browse files
authored
Fix variable reference (#50623)
1 parent d47ea6a commit e203644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/performance/android_scenarios.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<ItemGroup>
2121
<HelixWorkItem Include="SOD - Android HelloWorld APK Size">
2222
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
23-
<PreCommands>cd $(ScenarioDirectory)helloandroid;copy $HELIX_CORRELATION_PAYLOAD%\HelloAndroid.apk .;$(Python) pre.py</PreCommands>
23+
<PreCommands>cd $(ScenarioDirectory)helloandroid;copy %HELIX_CORRELATION_PAYLOAD%\HelloAndroid.apk .;$(Python) pre.py</PreCommands>
2424
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
2525
<PostCommands>$(Python) post.py</PostCommands>
2626
</HelixWorkItem>
2727
<HelixWorkItem Include="SOD - Android HelloWorld Extracted Size">
2828
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
29-
<PreCommands>cd $(ScenarioDirectory)helloandroid;copy $HELIX_CORRELATION_PAYLOAD%\HelloAndroid.apk .;$(Python) pre.py --unzip</PreCommands>
29+
<PreCommands>cd $(ScenarioDirectory)helloandroid;copy %HELIX_CORRELATION_PAYLOAD%\HelloAndroid.apk .;$(Python) pre.py --unzip</PreCommands>
3030
<Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
3131
<PostCommands>$(Python) post.py</PostCommands>
3232
</HelixWorkItem>

0 commit comments

Comments
 (0)