You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrote this tool for my own sanity of not having any sort of Devops for proper clean testing of my code, due to our Virtual Machines being used by all the developers, so I built a custom tool to use Devops on our local machines.
Using test VM and Databases currently, more of a proof of concept for internal use.
Uses PowerShell to Import VMs based on a exported Hyper-V VM, restores two databases we use for our programs, and saves the VM Id and the generated folder the Hard Disk for the VM is saved to into a SQL Server.
Once done, can spin down the VM and delete the databases, and cleans out the VHD in the generated folder as it's no longer needed.
All configuration is stored in AppSettings.config and network TOML files.
Built in .Net 8 with VS 2022 Community.
More things I would like to add, but for the sake of time, rough proof of concept since I started a little late not knowing this competition was ongoing.
Project name
TrialRun
Description
Wrote this tool for my own sanity of not having any sort of Devops for proper clean testing of my code, due to our Virtual Machines being used by all the developers, so I built a custom tool to use Devops on our local machines.
Using test VM and Databases currently, more of a proof of concept for internal use.
Uses PowerShell to Import VMs based on a exported Hyper-V VM, restores two databases we use for our programs, and saves the VM Id and the generated folder the Hard Disk for the VM is saved to into a SQL Server.
Once done, can spin down the VM and delete the databases, and cleans out the VHD in the generated folder as it's no longer needed.
All configuration is stored in AppSettings.config and network TOML files.
Built in .Net 8 with VS 2022 Community.
More things I would like to add, but for the sake of time, rough proof of concept since I started a little late not knowing this competition was ongoing.
Project Repository URL
https://github.com/Kyle-Undefined/TrialRun
Project video
https://youtu.be/XgvB-8VKVyg
Team members
Kyle-Undefined
The text was updated successfully, but these errors were encountered: