Skip to content

Commit

Permalink
update test templates to 1.9.2 (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored May 3, 2021
1 parent f89b3a2 commit 28f0ef1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!--This should be passed from the VSTS build-->
<ClientSemVer Condition="'$(ClientSemVer)' == ''">1.9.1</ClientSemVer>
<ClientSemVer Condition="'$(ClientSemVer)' == ''">1.9.2</ClientSemVer>
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
<PackageVersion>$(ClientSemVer)</PackageVersion>

Expand Down
2 changes: 1 addition & 1 deletion ProjectTemplates/test-templates-from-nuget.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Ensure ClientSemVer"
if "%ClientSemVer%" == "" (
set ClientSemVer=1.9.1
set ClientSemVer=1.9.2
)

REM: This is to test Microsoft.Identity.Web templates
Expand Down
2 changes: 1 addition & 1 deletion ProjectTemplates/test-templates.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Ensure ClientSemVer"
if "%ClientSemVer%" == "" (
set ClientSemVer=1.9.1
set ClientSemVer=1.9.2
)
Set TemplateNugetPackageName="Microsoft.Identity.Web.ProjectTemplates"

Expand Down
4 changes: 2 additions & 2 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In a Developer Command Prompt:

3. Set the version of the templates to test.

`Set ClientSemVer=1.9.0`
`Set ClientSemVer=1.9.2`

4. In ProjectTemplates open the Configuration.json file and add the client secrets (or your own config file) .

Expand Down Expand Up @@ -73,7 +73,7 @@ In a Developer Command Prompt:

2. Set the version of the templates to test.

`Set ClientSemVer=1.9.0`
`Set ClientSemVer=1.9.2`

3. Add client secrets to the `ProjectTemplates\Configuration.json` file

Expand Down

0 comments on commit 28f0ef1

Please sign in to comment.