DevOps Workflow Improvements #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/devlops-workflow-improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
VirtualBox-Wrapper.ps1
now takes 'up' or 'down' as opposed to a machine name. This allows start/stop of a virtualmachine.VirtualBox-Wrapper.ps1
now relies on a gitignoredlocalenv.json
to work.VirtualBox-Wrapper.ps1
can also optionally monitor the log file generated from the serial adapter in VirtualBox.readme.md
updated to provide instructions on how to populate thelocalenv.json
file.tasks.json
updated to have a "Clean" task to --remove-orphans, the Build task depends on this.tasks.json
updated to have a "Close VirtualBox" task, this runs thevirtualbox-wrapper.ps1
in 'down' mode. The Build task depends on this.launch.json
updated to run theVirtualBox-Wrapper.ps1
with the "-Command up" argument, instead of machine name.localenv.json
.