Skip to content

Commit

Permalink
Added clarification regarding adding files to the root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DolevShaoul committed Jun 17, 2019
1 parent b6726e3 commit 47ff701
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Instructions/20486D_MOD07_LAB_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Wherever a path to a file starts with *[Repository Root]*, replace it with the absolute path to the folder in which the 20486 repository resides. For example, if you cloned or extracted the 20486 repository to **C:\Users\John Doe\Downloads\20486**, change the path: **[Repository Root]\AllFiles\20486D\Mod01** to **C:\Users\John Doe\Downloads\20486\AllFiles\20486D\Mod01**

Whenever a path is mentioned as */*, it refers to the project root folder. For example, if instructed to add the **appsettings.json** file to the **/** folder in a project named **Example**, you will add it in the base **Example** folder for the project.

# Lab: Using Entity Framework Core in ASP.NET Core

#### Scenario
Expand Down
2 changes: 2 additions & 0 deletions Instructions/20486D_MOD09_LAB_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Wherever a path to a file starts with *[Repository Root]*, replace it with the absolute path to the folder in which the 20486 repository resides. For example, if you cloned or extracted the 20486 repository to **C:\Users\John Doe\Downloads\20486**, change the path: **[Repository Root]\AllFiles\20486D\Mod01** to **C:\Users\John Doe\Downloads\20486\AllFiles\20486D\Mod01**

Wherever a path is mentioned as */*, it refers to the project root folder. For example, if instructed to add the **appsettings.json** file to the **/** folder in a project named **Example**, you will add it in the base **Example** folder for the project.

# Lab: Client-Side Development

#### Scenario
Expand Down
2 changes: 2 additions & 0 deletions Instructions/20486D_MOD10_LAB_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Wherever a path to a file starts with *[Repository Root]*, replace it with the absolute path to the folder in which the 20486 repository resides. For example, if you cloned or extracted the 20486 repository to **C:\Users\John Doe\Downloads\20486**, change the path: **[Repository Root]\AllFiles\20486D\Mod01** to **C:\Users\John Doe\Downloads\20486\AllFiles\20486D\Mod01**

Wherever a path is mentioned as */*, it refers to the project root folder. For example, if instructed to add the **appsettings.json** file to the **/** folder in a project named **Example**, you will add it in the base **Example** folder for the project.

# Lab: Testing and Troubleshooting

#### Scenario
Expand Down

0 comments on commit 47ff701

Please sign in to comment.