From 7ca5350ba3e7678ee7bc2ce5c9f97dcae7f13c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Lamy?= Date: Tue, 21 Nov 2023 16:44:18 -0500 Subject: [PATCH] move comment --- azure-pipelines.yml | 5 ----- src/main/azure-pipelines/job-buildUberJar.yml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e067c68c1..47fbfd045 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,3 @@ -# Note: the azure build runs under the ubuntu-latest image -# That image only includes Java 11. The Java 17 compilation is done in a container, but other steps -# run directly in the image. Some steps run in both settings, and this is why JAVA_HOME_11_X64 -# must be defined - trigger: - none diff --git a/src/main/azure-pipelines/job-buildUberJar.yml b/src/main/azure-pipelines/job-buildUberJar.yml index 6a3b53860..b55b32325 100644 --- a/src/main/azure-pipelines/job-buildUberJar.yml +++ b/src/main/azure-pipelines/job-buildUberJar.yml @@ -1,3 +1,8 @@ +# Note: the azure build runs under the ubuntu-latest image +# That image only includes Java 11. The Java 17 compilation is done in a container, but other steps +# run directly in the image. Some steps run in both settings, and this is why JAVA_HOME_11_X64 +# must be defined + parameters: - name: jobName type: string