Skip to content

Commit

Permalink
Update LOCAL_DEV_ENV.md (#489)
Browse files Browse the repository at this point in the history
Use placeholder. **BYPASS_SECRET_SCANNING**

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#496928](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/496928)
  • Loading branch information
mazhelez authored Jan 16, 2024
1 parent 2fd77a9 commit 446ac50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LOCAL_DEV_ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ For instance, running the following will
1. Publish the built apps and their dependencies to _BC-SystemApp_.

```
.\build\scripts\DevEnv\NewDevEnv.ps1 -containerName 'BC-SystemApp' -userName admin -password 'MyP@ss' -projectPaths '.\src\System Application\*'
```
.\build\scripts\DevEnv\NewDevEnv.ps1 -containerName 'BC-SystemApp' -userName admin -password '<some password>' -projectPaths '.\src\System Application\*'
```

0 comments on commit 446ac50

Please sign in to comment.