dynatrace-oss / dynatrace-azure-log-forwarder

This project provides a mechanism that allows streaming Azure logs from Azure Event Hub into Dynatrace Logs via Azure Function App. It supports both: Azure Resource Logs and Azure Activity Logs.
https://www.dynatrace.com/support/help/technology-support/cloud-platforms/microsoft-azure-services/set-up-log-forwarder-azure/
Apache License 2.0
21 stars 15 forks source link

Version file update #3

Closed dtwwolinski closed 3 years ago

dtwwolinski commented 3 years ago

The version.txt file will be updated upon building publish.zip.

The version is taken from TRAVIS_TAG, in case it's empty the TRAVIS_COMMIT will be used. In case both are unavailable (non-CI builds) the file will not be updated.

[Reference] (https://docs.travis-ci.com/user/environment-variables/#default-environment-variables)