Skip to content

Commit 57b7b18

Browse files
authored
one more fix for testing directions (#662)
* one more fix for testing directions * one more
1 parent 3d5e2c2 commit 57b7b18

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TESTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,13 @@ In a Developer Command Prompt:
6464
</tr>
6565
<tr>
6666
<td>7. Build the repo. This builds everything and generates the NuGet packages</td>
67-
<td>7. Copy the NuGet package containing the templates (Microsoft.Identity.Web.ProjectTemplates.version.nupkg) downloaded from the release build and paste it under the <code>ProjectTemplates\bin\Debug</code> folder of the repo.
67+
<td>7. Build the repo. Copy the NuGet package containing the templates (Microsoft.Identity.Web.ProjectTemplates.version.nupkg) downloaded from the release build and paste it under the <code>ProjectTemplates\bin\Debug</code> folder of the repo.
6868
6969
The version should be the same as the value of <code>ClientSemVer</code> you set in step For instance if you downloaded the <code>Packages.zip</code> file from the AzureDevOps build and saved it in your Downloads folder before unzipping it, you could run the following command: </td>
7070
</tr>
7171
<tr>
7272
<td><code>dotnet pack Microsoft.Identity.Web.sln</code></td>
73-
<td><code>mkdir ProjectTemplates\bin\Debug
74-
75-
copy "%UserProfile%\Downloads\Packages\Packages\Microsoft.Identity.Web.ProjectTemplates.%ClientSemVer%.nupkg" ProjectTemplates\bin\Debug</code></td>
73+
<td><code>copy "%UserProfile%\Downloads\Packages\Packages\Microsoft.Identity.Web.ProjectTemplates.%ClientSemVer%.nupkg" ProjectTemplates\bin\Debug</code></td>
7674
</tr>
7775
<tr>
7876
<td>8. Go to the ProjectTemplates folder</td>

0 commit comments

Comments
 (0)