mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
176365b4a4
Co-authored-by: Alexandru Macocian <amacocian@microsoft.com>
4 lines
114 B
PowerShell
4 lines
114 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
$RepoRoot = Resolve-Path "$PSScriptRoot/.."
|
|
|
|
dotnet run --project Daybreak.Windows |