Skip to content

Commit

Permalink
Update branding (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie authored and wtgodbe committed Nov 26, 2019
1 parent eee2864 commit 8d8c685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -14,6 +14,7 @@ variables:
trigger:
- master
- release/*
- internal/release/3.*

# trigger ci builds on pull requests into master and any release branches
pr:
Expand Down
6 changes: 5 additions & 1 deletion eng/Versions.props
Expand Up @@ -4,7 +4,11 @@
<!-- version in our package name Ver.sion.Prefix-PreReleaseVersionLabel.#####.## -->
<!-- where #####. come from the date and .## is the build-per-day -->
<VersionPrefix>4.8.1</VersionPrefix>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<!-- Set to true to produce shipping version strings in non-official builds, instead of fixed values like 42.42.42.42 for AssemblyVersion -->
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
<!-- Use the compiler in the CLI instead of in the sdk, since the sdk one doesn't work with netcoreapp3.0 yet -->
Expand Down

0 comments on commit 8d8c685

Please sign in to comment.