Skip to content

Commit

Permalink
update test bat files to 1.23 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Feb 15, 2022
1 parent 105b912 commit d26e79d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.22.0</ClientSemVer>
<ClientSemVer Condition="'$(ClientSemVer)' == ''">1.23.0</ClientSemVer>
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
<PackageVersion>$(ClientSemVer)</PackageVersion>

Expand Down
2 changes: 1 addition & 1 deletion ProjectTemplates/test-aspnet-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.22.0
set ClientSemVer=1.23.0
)

REM: This is to test Microsoft.Identity.Web templates
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.22.0
set ClientSemVer=1.23.0
)

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.22.0
set ClientSemVer=1.23.0
)
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.22.0`
`Set ClientSemVer=1.23.0`

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.22.0`
`Set ClientSemVer=1.23.0`

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

Expand Down

0 comments on commit d26e79d

Please sign in to comment.