Commit Graph

6 Commits

Author SHA1 Message Date
JohnMcPMS
a28c5e7cac Grab the current directory and use it to create a full path to the output file (#2379) 2020-07-08 11:17:09 -07:00
JohnMcPMS
b639fe30f8 Port and merge #462 as its fork was deleted (#2196) 2020-06-30 11:20:06 -07:00
chausner
9bd42bbfad Use an in-memory stream in YamlCreate.ps1 for hash computation (#478)
Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>
2020-06-30 09:39:39 -07:00
Richard
4ee595af9d Add silent switches prompt to YamlCreate.ps1 (#1159)
* Add silent switches prompt

Added prompts for optional silent switches

* Added $InstallerType logic for silent switches

Only prompt for silent switches if $InstallerType is "exe"
2020-06-30 09:38:31 -07:00
Max Michels
840d98cce4 Optimizing YAMLCreate.ps1 (#609)
* requirement: id min 4 max 255 characters

* minimum requirements for manifest

* requriements for licenseurl when filled minimum 10 maximum 2000 chars

* requriements for appmoniker when filled maximum 40 chars

* requriements for tags when filled maximum 40 chars

* requriements for homepage when filled minimum 10 maximum 2000 chars

* requriements for description when filled maximum 500 chars

* catch failed download and exit the script
2020-06-03 14:01:47 -07:00
Kevin Larkin (MS)
538b79a125 Manifest Create tool (#127)
* Draft of YamlCreate tool

* Draft of tool to help create manifest files

* fixed typo writing sha instead of installertype to the screen
2020-05-15 16:52:51 -07:00