Skip to content

Commit

Permalink
Merge pull request #1022 from TWith2Sugars/patch-3
Browse files Browse the repository at this point in the history
Added another appveyor environment variable
  • Loading branch information
forki committed Nov 30, 2015
2 parents 0607340 + 41c69da commit 9aa3d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/FakeLib/AppVeyor.fs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ type AppVeyorEnvironment =

/// Configuration name set on Build tab of project settings (or through configuration parameter in appveyor.yml).
static member Configuration = environVar "CONFIGURATION"

/// The job name
static member JobName = environVar "APPVEYOR_JOB_NAME"

let private sendToAppVeyor args =
ExecProcess (fun info ->
Expand Down

0 comments on commit 9aa3d3f

Please sign in to comment.