I recently found myself in a situation where I needed to publish my artifacts to the team city’s internal nuget feed server DURING the build (not after). In order to accomplish this I had to let Team City know about my artifacts folder (or files) during the build. I simply needed to output a message. I used Team...

If you need to set the timezone for your azure web app, you now have an option to create an app setting. You can do this via the azure portal: Click on “Application Settings” then add a new key/value under the app settings section, for example: Key: WEBSITE\_TIME\_ZONE Value: Eastern Standard Time