I'm pretty new to teamcity and I'm having some difficulties understanding how to pass values to my gulp-config.js, which is used to setup the config to build and deploy a sitecore helix project with gulp msbuild.
I've created a new standard paramater in teamcity, called BuildConfiguration and in my guilpconfig I used it like :
var config = {
Configuration = %BuildConfiguration%,
...
}
Teamcity doesn't seem to be able to replace the variables inside the gulp file. What am I doing wrong?
Thanks a lot :)