Win tests - prepare for collection migration in tests (#67506)
This commit is contained in:
parent
bb70c0b996
commit
6b111e46ba
2 changed files with 2 additions and 5 deletions
|
@ -14,9 +14,7 @@
|
||||||
dest: '{{ test_path }}\makeappx.zip'
|
dest: '{{ test_path }}\makeappx.zip'
|
||||||
|
|
||||||
- name: extract makeappx binaries
|
- name: extract makeappx binaries
|
||||||
win_unzip:
|
win_shell: Expand-Archive -LiteralPath '{{ test_path }}\makeappx.zip' -DestinationPath '{{ test_path }}\makeappx'
|
||||||
src: '{{ test_path }}\makeappx.zip'
|
|
||||||
dest: '{{ test_path }}\makeappx'
|
|
||||||
|
|
||||||
- name: setup MSIX packages
|
- name: setup MSIX packages
|
||||||
win_make_appx:
|
win_make_appx:
|
||||||
|
|
|
@ -9,8 +9,7 @@
|
||||||
dest: '{{ win_output_dir }}\test_reg.reg'
|
dest: '{{ win_output_dir }}\test_reg.reg'
|
||||||
|
|
||||||
- name: import test registry structure
|
- name: import test registry structure
|
||||||
win_regmerge:
|
win_command: reg.exe import "{{ win_output_dir }}\test_reg.reg"
|
||||||
path: '{{ win_output_dir }}\test_reg.reg'
|
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: run tests
|
- name: run tests
|
||||||
|
|
Loading…
Reference in a new issue