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