File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
<ItemGroup >
21
21
<HelixWorkItem Include =" SOD - Android HelloWorld APK Size" >
22
22
<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 >
24
24
<Command >$(Python) test.py sod --scenario-name " %(Identity)" </Command >
25
25
<PostCommands >$(Python) post.py</PostCommands >
26
26
</HelixWorkItem >
27
27
<HelixWorkItem Include =" SOD - Android HelloWorld Extracted Size" >
28
28
<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 >
30
30
<Command >$(Python) test.py sod --scenario-name " %(Identity)" </Command >
31
31
<PostCommands >$(Python) post.py</PostCommands >
32
32
</HelixWorkItem >
You can’t perform that action at this time.
0 commit comments