Skip to content

Commit

Permalink
Added more environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
TWith2Sugars authored May 22, 2017
1 parent 1ada6a9 commit 20197d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/FakeLib/AppVeyor.fs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ type AppVeyorEnvironment =
/// GitHub Pull Request title
static member PullRequestTitle = environVar "APPVEYOR_PULL_REQUEST_TITLE"

/// GitHub Pull Request Repo name
static member PullRequestRepoName = environVar "APPVEYOR_PULL_REQUEST_REPO_NAME"

/// GitHub Pull Request branch
static member PullRequestRepoBranch = environVar "APPVEYOR_PULL_REQUEST_REPO_BRANCH"

/// AppVeyor unique job ID
static member JobId = environVar "APPVEYOR_JOB_ID"

Expand Down

0 comments on commit 20197d3

Please sign in to comment.