Azure/azure-functions-java-library

CI test not testing latest library

kaibocai opened this issue · 1 comments

In CI pipeline, we are always testing the library from maven, which means we are not testing the latest changes pushed to java library.

cmd.exe /c .\..\updateVersions.bat $libraryVersion

we are install the jar on local maven repo, so we are testing the latest changes.