GitHubActionsProvider.

IsRunningOnGitHubActions Property

Summary

Gets a value indicating whether the current build is running on GitHub Actions.

Syntax

public bool IsRunningOnGitHubActions { get; }

Value

Type Description
bool true if the current build is running on GitHub Actions; otherwise, false.