Description
When I run build.cmd for the first time, I get an error after restore has completed (the following is from a second run of build.cmd):
Restore completed in 24,82 ms for D:\Code\GH\JsonSkippable\build.proj.
Restore completed in 12,76 ms for D:\Code\GH\JsonSkippable\build.proj.
'fake' is not recognized as an internal or external command,
operable program or batch file.
'fake' is not recognized as an internal or external command,
operable program or batch file.
Repro steps
Clone repo and run build.cmd from the root of the repo.
Expected behavior
I get asked questions about project name etc.
Actual behavior
I get the error described above.
Related information
- Operating system: Windows 10
- Branch: master
Description
When I run
build.cmdfor the first time, I get an error after restore has completed (the following is from a second run ofbuild.cmd):Repro steps
Clone repo and run
build.cmdfrom the root of the repo.Expected behavior
I get asked questions about project name etc.
Actual behavior
I get the error described above.
Related information