Month: January 2019
-
Azure DevOps – The command “gulp build” exited with code 134.
I had a CI/CD pipeline working for a long while now without any issues in Azure DevOps. All of a sudden, my build starts breaking with the following error: The command “gulp build” exited with code 134. GulpBuild: gulp build gulp build[3232]: src\node_contextify.cc:633: Assertion `args[1]->IsString()’ failed. Probably spent a good 2 hours getting to the…
-
The element DataSyncEncryptionKey is not supported in Microsoft Azure SQL Database v12
Bump. Did you also get the following error after trying to export a database in Azure? Could not extract package from specified database. The element DataSyncEncryptionKey_XXX is not supported in Microsoft Azure SQL Database v12. I’ve had to contact Azure Support recently who were able to help me fix this problem. Even though there was…