Skip to content

Commit

Permalink
update testbat 1.19 (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Nov 1, 2021
1 parent 24645e5 commit 045385c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.18.0</ClientSemVer>
<ClientSemVer Condition="'$(ClientSemVer)' == ''">1.19.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.18.0
set ClientSemVer=1.19.0
)

REM: This is to test Microsoft.Identity.Web templates
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.18.0`
`Set ClientSemVer=1.19.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.18.0`
`Set ClientSemVer=1.19.0`

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

Expand Down

0 comments on commit 045385c

Please sign in to comment.