clstrickland/Build IntuneWin Package
Processes an MSIX file, downloads IntuneWinAppUtil, runs packaging scripts, and outputs the .intunewin file path and source zip.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| msix_file_path | Path to the input MSIX file (relative to the root of the calling workflow's workspace) | yes | — |
| app_version | The application version string | yes | — |
Outputs
| name | description |
|---|---|
| intunewin_file_path | The path to the generated .intunewin file (relative to the workspace root) |
| intunewin_source_zip | The path to the zip file containing the source files used to create the .intunewin file |