Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit f6fc594

Browse files
build.ps1 does not exists in the build folder
I checked that build.ps1 does not exist in the Build directory. I also checked that 'build and start.ps1' exists and run correctly. Kindly make changes.
1 parent 2d0304e commit f6fc594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstarts/build.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Using build.bat
2929

3030
Open folder *build* and execute build.bat. The file will install Nuget and NPM dependencies. Then compile and run.
3131

32-
Using build.ps1
33-
^^^^^^^^^^^^^^^
32+
Using build and start.ps1
33+
^^^^^^^^^^^^^^^^^^^^^^^^^
3434

3535
Sometimes there are missing parameters at Environment Path, so the build.bat can't build.
3636

3737
Open powershell as Admin. Navigate to build folder. Execute these commands:
3838

3939
* Set-ExecutionPolicy Unrestricted
40-
* .\build.ps1
40+
* '.\build and start.ps1'
4141
* Set-ExecutionPolicy AllSigned
4242

4343
.. raw:: html

0 commit comments

Comments
 (0)