Skip to content

Commit

Permalink
update test .bat tp 1.16.1 (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Sep 6, 2021
1 parent 18121e5 commit cf73d29
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.16.0</ClientSemVer>
<ClientSemVer Condition="'$(ClientSemVer)' == ''">1.16.1</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.16.0
set ClientSemVer=1.16.1
)

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.16.0
set ClientSemVer=1.16.1
)

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.16.0
set ClientSemVer=1.16.1
)
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.16.0`
`Set ClientSemVer=1.16.1`

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.16.0`
`Set ClientSemVer=1.16.1`

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

Expand Down

0 comments on commit cf73d29

Please sign in to comment.