From c59bb292a6a72ca9268439f50931dd5d1cc4ded2 Mon Sep 17 00:00:00 2001 From: Codrin-Victor Poienaru Date: Mon, 7 Aug 2023 15:01:45 +0200 Subject: [PATCH] RTM build fix (#4643) --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 89748bab71..08fa02544b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,10 +97,6 @@ variables: /p:VisualStudioDropName=$(VisualStudioDropName) /p:GenerateSbom=true - - ${{ if eq(parameters.isRTM, True) }}: - - name: _InternalBuildArgs - value: $(_InternalBuildArgs) /p:DotNetFinalVersionKind=release - stages: - stage: build