File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
<PropertyGroup Label =" Version settings" >
9
9
<AspNetCoreMajorVersion >3</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >1</AspNetCoreMinorVersion >
11
- <AspNetCorePatchVersion >13</AspNetCorePatchVersion >
11
+ <AspNetCorePatchVersion >14</AspNetCorePatchVersion >
12
+ <ValidateBasline >false</ValidateBasline >
13
+
12
14
<PreReleasePreviewNumber >0</PreReleasePreviewNumber >
13
15
<ComponentsWebAssemblyMajorVersion >3</ComponentsWebAssemblyMajorVersion >
14
16
<ComponentsWebAssemblyMinorVersion >2</ComponentsWebAssemblyMinorVersion >
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
brew update
4
- brew install openssl nginx
4
+ brew list openssl || brew install openssl
5
+ brew list nginx || brew install nginx
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<Target Name =" EnsureBaselineIsUpdated"
4
- Condition =" '$(IsServicingBuild)' == 'true' AND
4
+ Condition =" '$(ValidateBasline)' == 'true' AND
5
+ '$(IsServicingBuild)' == 'true' AND
5
6
'$(AspNetCoreBaselineVersion)' != '$(PreviousAspNetCoreReleaseVersion)' AND
6
7
'$(MSBuildProjectName)' != 'BaselineGenerator' AND
7
8
'$(MSBuildProjectName)' != 'RepoTasks' "
You can’t perform that action at this time.
0 commit comments