diff --git a/tools/devops/automation/build-pipeline.yml b/tools/devops/automation/build-pipeline.yml index 3581e415da..1266fb9e38 100644 --- a/tools/devops/automation/build-pipeline.yml +++ b/tools/devops/automation/build-pipeline.yml @@ -42,10 +42,12 @@ parameters: - name: pushNugets type: boolean + displayName: 'Push Nugets (dotnet)' default: true - name: pushNugetsToMaestro type: boolean + displayName: 'Push Nugets (Maestro)' default: true - name: testConfigurations diff --git a/tools/devops/automation/build-pull-request.yml b/tools/devops/automation/build-pull-request.yml index cf7d5577ef..7cd1452964 100644 --- a/tools/devops/automation/build-pull-request.yml +++ b/tools/devops/automation/build-pull-request.yml @@ -41,14 +41,6 @@ parameters: type: boolean default: false # only to be used when testing the CI and we do not need a signed pkg -- name: pushNugets - type: boolean - default: true - -- name: pushNugetsToMaestro - type: boolean - default: true - - name: testConfigurations displayName: Test configurations to run type: object @@ -253,8 +245,8 @@ extends: runGovernanceTests: ${{ parameters.runGovernanceTests }} forceInsertion: ${{ parameters.forceInsertion }} skipESRP: ${{ parameters.skipESRP }} - pushNugets: ${{ parameters.pushNugets }} - pushNugetsToMaestro: ${{ parameters.pushNugetsToMaestro }} + pushNugets: false + pushNugetsToMaestro: false ${{ if ne(length(parameters.testConfigurations), 0)}}: testConfigurations: ${{ parameters.testConfigurations }} deviceTestsConfigurations: ${{ parameters.deviceTestsConfigurations }}