Skip to content

Commit

Permalink
build 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Nov 27, 2023
1 parent ccb407a commit f83fae9
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 @@ -16,7 +16,7 @@ jobs:
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
PackageVersion: $[format('3.2.5-{0}', variables['Build.BuildId'])]
PackageVersion: $[format('3.2.6-{0}', variables['Build.BuildId'])]
BUILD_PACKAGES: true
steps:
- pwsh: |
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Condition="'$(TF_BUILD)' != 'true'">
<VersionPrefix>3.2.5</VersionPrefix>
<VersionPrefix>3.2.6</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<CoreFxVersion>4.4.0</CoreFxVersion>
Expand Down

0 comments on commit f83fae9

Please sign in to comment.