We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5419377 commit 93d2f51Copy full SHA for 93d2f51
1 file changed
utlplsql-demo-project.yml
@@ -16,13 +16,14 @@ variables:
16
DB_PASS: ut3_demo
17
18
jobs:
19
-- job: Build utPLSQL-demo-project
+- job: utPLSQL_demo_project
20
+ displayName: Build utPLSQL-demo-project
21
strategy:
22
matrix:
23
Oracle19_2:
24
ORACLE_VERSION: "19c-se2-small"
25
maxParallel: 2
-
26
+
27
steps:
28
- template: templates/t-extend-download-binaries.yml
29
parameters:
0 commit comments