We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac9fb commit 90a16d4Copy full SHA for 90a16d4
azure-pipelines.yml
@@ -58,13 +58,6 @@ steps:
58
files: '*.jar'
59
downloadPath: '$(Pipeline.Workspace)/lib'
60
61
-# for snapshot versions of plsql only
62
-- task: Bash@3
63
- inputs:
64
- targetType: 'inline'
65
- script: for f in $(Pipeline.Workspace)/lib/plsql-4.2.0*.jar; do echo $f; mv $f $(Pipeline.Workspace)/lib/plsql-4.2.0-SNAPSHOT.jar; done
66
-
67
68
- task: Maven@3
69
displayName: 'Maven com.trivadis.tvdcc'
70
inputs:
0 commit comments