From 246832ceaa77ef978eebaeac5199bc56731747a1 Mon Sep 17 00:00:00 2001 From: Codrin Poienaru Date: Fri, 4 Aug 2023 11:54:43 +0200 Subject: [PATCH] RTM build fix --- 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