first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
param(
|
||||
[string]$Urls = "http://127.0.0.1:7211",
|
||||
[string]$Configuration = "Debug"
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$Root = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
$Project = Join-Path $Root "backend-csharp\Agent4.Api\Agent4.Api.csproj"
|
||||
|
||||
dotnet run --project $Project -c $Configuration --urls $Urls
|
||||
Reference in New Issue
Block a user