A command line program to execute Windows Device Portal REST APIs on a remote Windows 10 device.
Перейти к файлу
TautvydasZilys f45378baf5
Fix uninstall logic to find the right app and wait for uninstallation to complete. (#4)
2019-08-26 13:14:49 -07:00
Properties Add files via upload 2019-01-09 16:27:02 -08:00
Source Fix uninstall logic to find the right app and wait for uninstallation to complete. (#4) 2019-08-26 13:14:49 -07:00
WindowsDevicePortalWrapper Implement GetInstallStatusAsync(), as without it we cannot detect installation failures. (#3) 2019-08-23 16:05:46 -07:00
.gitignore Initial commit 2019-01-09 16:25:32 -08:00
App.config Add files via upload 2019-01-09 16:27:02 -08:00
DevicePortalTool.csproj Implement GetInstallStatusAsync(), as without it we cannot detect installation failures. (#3) 2019-08-23 16:05:46 -07:00
DevicePortalTool.sln Add files via upload 2019-01-09 16:27:02 -08:00
README.md Add files via upload 2019-01-09 16:27:02 -08:00
build.pl Add build scripts 2019-01-15 10:09:50 -08:00
create_zip.pl Use Linux commands to perform zip operation 2019-01-16 12:32:56 -08:00

README.md

DevicePortalTool

A command line program to execute Windows Device Portal REST APIs on a remote Windows 10 device, intended for use within an automated toolchain. This program was developed using the WindowsDevicePortalWrapper project provided by Microsoft.