Skip to content

Commit

Permalink
Update branding to 3.1.15 (dotnet#24604)
Browse files Browse the repository at this point in the history
Update to ubuntu 18.04
  • Loading branch information
John Luo committed Apr 7, 2021
1 parent 94107f0 commit 650d8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ stages:
- job: Linux
timeoutInMinutes: 120
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
variables:
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}:
- _CosmosConnectionUrl: 'true'
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Version settings">
<VersionPrefix>3.1.14</VersionPrefix>
<VersionPrefix>3.1.15</VersionPrefix>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>
<IsServicingBuild Condition="'$(PreReleaseVersionLabel)' == 'servicing'">true</IsServicingBuild>
Expand Down

0 comments on commit 650d8a0

Please sign in to comment.