We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb407a commit f83fae9Copy full SHA for f83fae9
azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
16
variables:
17
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
18
DOTNET_CLI_TELEMETRY_OPTOUT: 1
19
- PackageVersion: $[format('3.2.5-{0}', variables['Build.BuildId'])]
+ PackageVersion: $[format('3.2.6-{0}', variables['Build.BuildId'])]
20
BUILD_PACKAGES: true
21
steps:
22
- pwsh: |
versions.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup Condition="'$(TF_BUILD)' != 'true'">
3
- <VersionPrefix>3.2.5</VersionPrefix>
+ <VersionPrefix>3.2.6</VersionPrefix>
4
</PropertyGroup>
5
<PropertyGroup>
6
<CoreFxVersion>4.4.0</CoreFxVersion>
0 commit comments