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

Commit

Permalink
Merge pull request #146 from EatonEvents/patch-1
Browse files Browse the repository at this point in the history
build.ps1 does not exists in the build folder
  • Loading branch information
brunobritodev committed Oct 21, 2019
2 parents 137d81d + 5e7b9c0 commit 8f74c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quickstarts/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Using build.bat

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

Using build.ps1
^^^^^^^^^^^^^^^
Using build and start.ps1
^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

* Set-ExecutionPolicy Unrestricted
* .\build.ps1
* '.\build and start.ps1'
* Set-ExecutionPolicy AllSigned

.. raw:: html
Expand Down

0 comments on commit 8f74c3e

Please sign in to comment.