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

pull/67509/head
Jordan Borean 6 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' 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…
Cancel
Save