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'
|
||||
|
||||
- name: extract makeappx binaries
|
||||
win_unzip:
|
||||
src: '{{ test_path }}\makeappx.zip'
|
||||
dest: '{{ test_path }}\makeappx'
|
||||
win_shell: Expand-Archive -LiteralPath '{{ test_path }}\makeappx.zip' -DestinationPath '{{ test_path }}\makeappx'
|
||||
|
||||
- name: setup MSIX packages
|
||||
win_make_appx:
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
dest: '{{ win_output_dir }}\test_reg.reg'
|
||||
|
||||
- name: import test registry structure
|
||||
win_regmerge:
|
||||
path: '{{ win_output_dir }}\test_reg.reg'
|
||||
win_command: reg.exe import "{{ win_output_dir }}\test_reg.reg"
|
||||
|
||||
- block:
|
||||
- name: run tests
|
||||
|
|
Loading…
Reference in a new issue