File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ SETUP INSTRUCTIONS FOR NEW DEVELOPERS:
2626
27273. HOW TO RUN:
2828 > cd C:\YourProject\Utilities
29- > .\Update-Xperience .ps1
29+ > .\Update-XperienceProjectWithDatabase .ps1
3030
31314. WHAT IT DOES:
3232 • Updates all Xperience NuGet packages to latest prerelease versions
@@ -67,7 +67,7 @@ SETUP INSTRUCTIONS FOR NEW DEVELOPERS:
6767 This script does not accept parameters. Configuration is done by modifying variables within the script.
6868
6969. EXAMPLE
70- PS C:\dev\YourProject\Utilities> .\Update-Xperience .ps1
70+ PS C:\dev\YourProject\Utilities> .\Update-XperienceProjectWithDatabase .ps1
7171
7272 Runs the update process for the Xperience by Kentico project.
7373
@@ -184,7 +184,7 @@ function Write-Error {
184184
185185 ProjectRoot/
186186 ├── Utilities/ (This script's location)
187- │ └── Update-Xperience .ps1
187+ │ └── Update-XperienceProjectWithDatabase .ps1
188188 └── src/ (Project location)
189189 └── YourProject.csproj (Main project file)
190190#>
You can’t perform that action at this time.
0 commit comments