diff --git a/.vsts-dotnet.yml b/.vsts-dotnet.yml index d9a347830de..77449ca0597 100644 --- a/.vsts-dotnet.yml +++ b/.vsts-dotnet.yml @@ -55,9 +55,9 @@ stages: MirrorRepo: 'msbuild' LclSource: lclFilesfromPackage LclPackageId: 'LCL-JUNO-PROD-MSBUILDREL' - MirrorBranch: replace(variables['Build.SourceBranch'], 'refs/heads/', '') + MirrorBranch: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }} JobNameSuffix: '_release' - condition: $(EnableReleaseOneLocBuild) + condition: ${{ variables.EnableReleaseOneLocBuild }} # The localization setup for main branch. Note difference in package ID. Should not be used with release/ branches. - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}: - template: /eng/common/templates/job/onelocbuild.yml diff --git a/eng/Versions.props b/eng/Versions.props index e0a3006a471..caced6fbc76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.2.12 + 17.2.13 release 15.1.0.0 preview