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

This commit is contained in:
Jordan Borean 2020-02-18 10:29:30 +10:00 committed by GitHub
parent bb70c0b996
commit 6b111e46ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -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:

View file

@ -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