MSBuild task that shouldn't run in CI
I've got an MSBuild task which I don't want to run in my pipelines. So I wrote the following:
because according to github, the
However, it still seems to run in my pipelines judging by the output. Am I doing something wrong?
because according to github, the
GITHUB_ACTIONS env var should always be set by default in CI: https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variablesHowever, it still seems to run in my pipelines judging by the output. Am I doing something wrong?
