File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ steps:
5858 files : ' *.jar'
5959 downloadPath : ' $(Pipeline.Workspace)/lib'
6060
61+ - task : Bash@3
62+ inputs :
63+ targetType : ' inline'
64+ script : for f in $(Pipeline.Workspace)/lib/plsql-4.2.1*.jar; do echo $f; cp $f $(Pipeline.Workspace)/lib/plsql-4.2.1-SNAPSHOT.jar; done
65+
6166- task : Maven@3
6267 displayName : ' Maven com.trivadis.tvdcc'
6368 inputs :
Original file line number Diff line number Diff line change 4343 <artifactId >plsql</artifactId >
4444 <version >4.2.1-SNAPSHOT</version >
4545 <scope >system</scope >
46- <systemPath >${tvdcc.basedir} /lib/plsql-4.2.1-snapshot .jar</systemPath >
46+ <systemPath >${tvdcc.basedir} /lib/plsql-4.2.1-SNAPSHOT .jar</systemPath >
4747 </dependency >
4848 <dependency >
4949 <!-- required to build SonarQube plugin for minimal target version -->
You can’t perform that action at this time.
0 commit comments