I'm using the Google Cloud Platform Extesion for visual studio in order to publish an Asp.Net web app.
As explained in the following tutorial: https://cloud.google.com/dotnet/docs/getting-started/hello-world
It works fines, but I couldn't publish this Asp.Net with different transformation of the web.config.
Say I have Web.QA.config transformation and I select the QA configuration. When publishing using visual studio to some local folder or an IIS it works as expected. But when using the Google cloud extension and publish to the Google environment it always publish without transformation, meaning with the web.config configuration.
Anything that can be done?