Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BUILD documentation for Cake v1 changes #4339

Merged
merged 1 commit into from
Nov 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You'll need to be running IIS and SQL server (Express) locally for this to work.
The build process uses a local settings file which is excluded from source control so you won't accidentally upload this to Github. First open up Powershell at the root of this repository and run the following:

```
.\Build.ps1 -Target CreateSettings
.\Build.ps1 --target=CreateSettings
```

This will create a file called `settings.local.json` at the root with the following content:
Expand Down Expand Up @@ -87,7 +87,7 @@ The settings are as follows:
Once you've set up the above, run the following in Powershell:

```
.\Build.ps1 -Target ResetDevSite
.\Build.ps1 --target=ResetDevSite
```

This will attempt to delete all content in `WebsitePath` and will build DNN to that location.
Expand Down