Skip to content

Commit

Permalink
Update startvs.cmd (#14435)
Browse files Browse the repository at this point in the history
Add call so that the script does not exist if restore is called
  • Loading branch information
smitpatel committed Jan 16, 2019
1 parent 5724d29 commit a3a3424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startvs.cmd
Expand Up @@ -17,7 +17,7 @@ SET MSBuildSDKsPath=%DOTNET_ROOT%sdk\3.0.100-preview-010010\Sdks
SET sln=%1

IF NOT EXIST "%DOTNET_ROOT%\dotnet.exe" (
restore.cmd
call restore.cmd
)

echo ProTip^: You can drag and drop a solution file onto startvs.cmd
Expand Down

0 comments on commit a3a3424

Please sign in to comment.