You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MirrorBranch: 'main'# should match condition above
50
+
- ${{ if and( ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
51
+
# The localization setup for release/ branches. Note difference in LclPackageId. main branch is handled separately below.
52
+
# Used for vs17.2, vs17.4, vs17.6 etc. branches only.
53
+
# When the branch is setup for localization (the localization ticket needs to be created - https://aka.ms/ceChangeLocConfig, requesting change from one release branch to another),
54
+
# set 'EnableReleaseOneLocBuild' to true.
55
+
- ${{ if startsWith(variables['Build.SourceBranch'], 'refs/heads/vs') }}:
Copy file name to clipboardExpand all lines: eng/Versions.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<!-- 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. -->
0 commit comments