Skip to content

Commit

Permalink
Update solution name
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Feb 11, 2025
1 parent 9a1a8b6 commit d9d424e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions startvs.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ SET PATH=%DOTNET_ROOT%;%PATH%
SET sln=%~1

IF "%sln%"=="" (
echo Solution not specified, using reverse-proxy.sln
SET sln=%~dp0reverse-proxy.sln
echo Solution not specified, using YARP.sln
SET sln=%~dp0YARP.sln
)

IF NOT EXIST "%DOTNET_ROOT%\dotnet.exe" (
Expand Down

0 comments on commit d9d424e

Please sign in to comment.