We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f235350 commit 81ecbfeCopy full SHA for 81ecbfe
docs/generate-examples.ps1
@@ -34,7 +34,7 @@ function Start-WebServer {
34
Write-Output "Starting web server"
35
$startTimeUtc = Get-Date -AsUTC
36
$job = Start-Job -ScriptBlock {
37
- dotnet run --project ..\src\Examples\GettingStarted\GettingStarted.csproj --framework net8.0 --configuration Debug --property:TreatWarningsAsErrors=True --urls=http://0.0.0.0:14141
+ dotnet run --project ../src/Examples/GettingStarted/GettingStarted.csproj --framework net8.0 --configuration Debug --property:TreatWarningsAsErrors=True --urls=http://0.0.0.0:14141
38
}
39
40
$webProcessId = $null
0 commit comments