We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a3339 commit 11004a1Copy full SHA for 11004a1
2 files changed
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.7-{0}', variables['Build.BuildId'])]
+ PackageVersion: $[format('3.2.8-{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.7</VersionPrefix>
+ <VersionPrefix>3.2.8</VersionPrefix>
4
</PropertyGroup>
5
<PropertyGroup>
6
<CoreFxVersion>4.4.0</CoreFxVersion>
0 commit comments