Win tests - prepare for collection migration in tests (#67506)

pull/67509/head
Jordan Borean 4 years ago committed by GitHub
parent bb70c0b996
commit 6b111e46ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save