-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from microsoft/user/kaserhan/scripts
Update readme for batch scripts
- Loading branch information
Showing
5 changed files
with
64 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
A set of basic scripts that allow converting a batch of installers on a set of machines using MSIX Packaging Tool: | ||
|
||
Supporting scripts: | ||
1. batch_convert.ps1 - Dispatch work to target machines | ||
2. sign_deploy_run.ps1 - Sign resulting packages | ||
3. run_job.ps1 - Attempt to run the packages locally for initial validation | ||
|
||
Usage: | ||
Edit the file entry.ps1 with the parameters of your virtual/remote machines and installers you would like to convert. | ||
Run: entry.ps1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters