Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88d22ea

Browse files
committedMay 28, 2025·
removing extra NuGet command from instructions
1 parent 4c85046 commit 88d22ea

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed
 

‎Instructions/Labs/LAB_AK_04_develop_unit_tests_xunit.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ You need to download the existing application, extract the code files, and then
5656
5757
Use the following steps to set up the library application:
5858
59-
1. Open a command terminal and then run the following command:
60-
61-
```bash
62-
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
63-
```
64-
6559
1. Open a browser window in your lab environment.
6660
6761
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - develop unit tests](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM4.zip)

‎Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ You need to download the existing application, extract the code files, and then
6666
6767
Use the following steps to set up the library application:
6868
69-
1. Open a command terminal and then run the following command:
70-
71-
```bash
72-
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
73-
```
74-
7569
1. Open a browser window in your lab environment.
7670
7771
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - refactor existing code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM5.zip)

0 commit comments

Comments
 (0)
Please sign in to comment.