Skip to content

Commit

Permalink
Generated from 13f78c9f9be8ff71afffbe76b21c7b0687b70ea8 (Azure#2853)
Browse files Browse the repository at this point in the history
Add ContextPath and source location URL for encode task and run type, add support for pull request based trigger.
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Oct 15, 2018
1 parent a873f90 commit eb9cabf
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ type RunType = original.RunType

const (
AutoBuild RunType = original.AutoBuild
AutoRun RunType = original.AutoRun
QuickBuild RunType = original.QuickBuild
QuickRun RunType = original.QuickRun
)

type SkuName = original.SkuName
Expand Down Expand Up @@ -142,7 +144,8 @@ const (
type SourceTriggerEvent = original.SourceTriggerEvent

const (
Commit SourceTriggerEvent = original.Commit
Commit SourceTriggerEvent = original.Commit
Pullrequest SourceTriggerEvent = original.Pullrequest
)

type TaskStatus = original.TaskStatus
Expand Down
Loading

0 comments on commit eb9cabf

Please sign in to comment.