Skip to content

Commit 31e6c6d

Browse files
author
Mirroring
committed
Merge commit '634601db994cda15bea516db6eee9a241185cc63'
2 parents 009e1cc + 634601d commit 31e6c6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.azure/pipelines/identitymodel-helix-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extends:
8484
filePath: $(Build.SourcesDirectory)/eng/scripts/SetupIdentitySources.ps1
8585
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -IdentityModelPackageSource $(Build.StagingDirectory)
8686
# Build the shared framework
87-
- script: ./eng/build.cmd -ci -nobl -all -pack -arch x64
87+
- script: ./eng/build.cmd -ci -nativeToolsOnMachine -nobl -all -pack -arch x64
8888
/p:CrossgenOutput=false /p:IsIdentityModelTestJob=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
8989
displayName: Build shared fx
9090
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
@@ -98,4 +98,4 @@ extends:
9898
artifacts:
9999
- name: Helix_logs
100100
path: artifacts/log/
101-
publishOnError: true
101+
publishOnError: true

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>8</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>13</AspNetCorePatchVersion>
11+
<AspNetCorePatchVersion>14</AspNetCorePatchVersion>
1212
<PreReleaseVersionIteration>
1313
</PreReleaseVersionIteration>
14-
<ValidateBaseline>true</ValidateBaseline>
14+
<ValidateBaseline>false</ValidateBaseline>
1515
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">7.1.2</IdentityModelVersion>
1616
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">7.*</IdentityModelVersion>
1717
<!--

0 commit comments

Comments
 (0)