Skip to content

Commit 7d9b07b

Browse files
[vs17.10] Run tests even if version is not bumped (#11059)
Co-authored-by: Jan Provaznik <[email protected]>
1 parent 7c2b926 commit 7d9b07b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vsts-dotnet-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
displayName: "Check if patch version is bumped up"
5151
5252
- job: IfOnlyDocumentionChanged
53-
dependsOn: CheckVersionBumpOnReleaseBranches
5453
displayName: "Check whether Test Results need to be executed"
5554
steps:
5655
- powershell: |

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.10.14</VersionPrefix>
5+
<VersionPrefix>17.10.15</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.8.3</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)