chocolatey / choco-quickstart-scripts

C4B Quick-Start Guide - Supporting Scripts
Apache License 2.0
18 stars 9 forks source link

(#251) Rework Script Variable Storage #270

Closed steviecoaster closed 1 month ago

steviecoaster commented 1 month ago

Description Of Changes

Moves from json files to cliXml between steps to pass data.

Motivation and Context

CliXml is secured with DPAPI allowing for rich powershell objects to be serialized and encrypted at rest to be re-used later.

Testing

Tested via CI

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Fixes #251

steviecoaster commented 1 month ago

@JPRuskin I think CI fell out of the wagon