-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added GitRepository object to BuildDefinition #82
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
98a0da2
adapt integration test to additional VSTS pool 'Hosted Ubuntu 1604'
KaiWalter 0954436
Updating psd1 and readme but not releasing new version yet.
DarqueWarrior 6895c67
Merge remote-tracking branch 'upstream/master'
KaiWalter 7afb6ed
breaking BuildDefinition down to Target
KaiWalter 2a1ab7d
added integration tests for BuildDefinition
KaiWalter ac087b0
fixed identation in integration test
KaiWalter 53ba724
added integration tests for BuildDefinition
KaiWalter 2c5d978
Merge branch 'master' of github.com:KaiWalter/vsteam
KaiWalter 6cae4b7
merge upstream
KaiWalter a279ff2
removed pools.ps1xml again from vsteam.psd1
KaiWalter 7f5dc06
merge upstream
KaiWalter 9809f21
rollback to version w/o Process and Phase
KaiWalter 751f792
added integration test for BuildDefinition
KaiWalter b8c5491
rollback process and phase breakdown
KaiWalter 288d2e5
fix typo
KaiWalter 5a3fa0d
Merge remote-tracking branch 'upstream/master'
KaiWalter 12e5073
Merge remote-tracking branch 'darquewarrior/master'
DarqueWarrior d41898d
Updated readme and updated build def tests to run on TFS and VSTS.
DarqueWarrior c8d1260
Merge remote-tracking branch 'upstream/master'
KaiWalter aea1e4d
Merge remote-tracking branch 'upstream/master'
KaiWalter 2c2a36e
initial drilldown build def to process, phases, steps
KaiWalter f0fe9d8
added basic attrs to build def steps
KaiWalter 84a8626
fixed build def unit tests
KaiWalter e7cb346
adapted formats for typed build defs
KaiWalter 8102338
hooked up build def with PS provider project
KaiWalter 5108cc4
add formats for process+phase+step
KaiWalter 0481690
added missing Build Def + Phase properties
KaiWalter b7c2898
Merge remote-tracking branch 'upstream/master'
KaiWalter 187f257
Getting Close. All tests passing.
DarqueWarrior afea396
Merge branch 'reivew'
DarqueWarrior b32ef6f
100% code coverage on teamspsdrive file.
DarqueWarrior e43475b
All integration tests passing.
DarqueWarrior a7fa45d
Added yaml and phased process types.
DarqueWarrior 0c0d97b
Updated help for version class.
DarqueWarrior b50149c
Fixed broken tests
DarqueWarrior 014258d
realign with upstream
KaiWalter bb94a10
remove obsolete output from buildDefinitions module
KaiWalter 337172a
added GitRepository object to BuildDefinition
KaiWalter 9a90727
rolled back Get-VSTeamGitRepo in Get-VSTeamBuildDef
KaiWalter 582a113
Merge branch 'master' of github.com:KaiWalter/vsteam
KaiWalter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a merge issue snuck in