diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index f426ce637a..f11577b7dd 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -100,8 +100,6 @@ variables: - name: VisualStudioDropName value: Products/$(System.TeamProject)/$(Build.DefinitionName)/$(Build.SourceBranchName)/$(Build.BuildNumber) - name: _InternalBuildArgs - # IncludeSourceRevisionInInformationalVersion prevents ProductVersion (on file), and AssemblyInformationalVersion - # from appending +, which breaks DTAAgent. value: /p:DotNetSignType=$(_SignType) /p:TeamName=$(_TeamName) /p:DotNetFinalVersionKind=$(_ReleaseVersionKind) @@ -111,7 +109,6 @@ variables: /p:OfficialBuildId=$(BUILD.BUILDNUMBER) /p:VisualStudioDropName=$(VisualStudioDropName) /p:GenerateSbom=true - /p:IncludeSourceRevisionInInformationalVersion=false resources: repositories: diff --git a/eng/Versions.props b/eng/Versions.props index 8276dd0346..164bba653d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,6 +8,11 @@ is trying to parse that version and will consider any version with more than 4 `.` in it as invalid. --> true + + false 17.12.0 preview