Skip to content

Commit

Permalink
one more fix for testing directions (#662)
Browse files Browse the repository at this point in the history
* one more fix for testing directions

* one more
  • Loading branch information
jennyf19 authored Oct 6, 2020
1 parent 3d5e2c2 commit 57b7b18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,13 @@ In a Developer Command Prompt:
</tr>
<tr>
<td>7. Build the repo. This builds everything and generates the NuGet packages</td>
<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.
<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.
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>
</tr>
<tr>
<td><code>dotnet pack Microsoft.Identity.Web.sln</code></td>
<td><code>mkdir ProjectTemplates\bin\Debug

copy "%UserProfile%\Downloads\Packages\Packages\Microsoft.Identity.Web.ProjectTemplates.%ClientSemVer%.nupkg" ProjectTemplates\bin\Debug</code></td>
<td><code>copy "%UserProfile%\Downloads\Packages\Packages\Microsoft.Identity.Web.ProjectTemplates.%ClientSemVer%.nupkg" ProjectTemplates\bin\Debug</code></td>
</tr>
<tr>
<td>8. Go to the ProjectTemplates folder</td>
Expand Down

0 comments on commit 57b7b18

Please sign in to comment.