Commit 9778381
committed
[Java.Interop] Create $(OutputPath) in the BuildInteropJar target.
Jenkins is failing:
java.io.FileNotFoundException:
../../bin/XAIntegrationDebug/java-interop.jar (No such file or directory)
Presumably this is because we're trying to create a file in a
directory which doesn't yet exist: $(OutputPath).
Update the BuildInteropJar target to create $(OutputPath).1 parent 7380c83 commit 9778381
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments