FelixBrunet
FelixBrunet
JNIEXPORT jobject JNICALL Java_com_ircm_controller_MPCController_getInfusion(JNIEnv *env, jobject thiz, jobject object) { ``` COFFEE_TRY_JNI(env, return Java_com_ircm_controller_MPCController_getInfusion_notProtected(env, thiz, object)); ``` } JNIEXPORT jobject JNICALL Java_com_ircm_controller_MPCController_getInfusion_notProtected(JNIEnv *env, jobject thiz, jobject object) { ``` DBLOG("getInfusion...
### Where are you running it? - Azure DevOps Service (VSTS) ### Expected behaviour and actual behaviour CommandNotFoundException: Could not find Command PSIISReset I import with in Tests.ps1 . "$PSScriptRoot\..\ArielDbCore\IISOperations.ps1"...