Skip to content

Commit

Permalink
Pipeline folders (#96)
Browse files Browse the repository at this point in the history
* Move XamlBuild funcs to new Build top-level folder

* Add Get-BuildFolder

* Add New-BuildFolder support

* Refactor Get-BuildFolder

* Fix missing error message

* Add Remove-BuildFolder support

* Add Microsoft.VSS.Release.Client Nuget package

* Add Get-ReleaseDefinitionFolder support

* Rename funcs to *BuildDefinitionFolder

* Add release folder management funcs

* Update release notes

* Remove dependency on PSYaml

Package apparently is deprecated

* Add PowerShell-Yaml explicitly to the build
  • Loading branch information
igoravl authored Sep 10, 2019
1 parent 58ad6f1 commit b2de846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Param
Function Install-Dependencies
{
$NugetPackages = @('GitVersion.CommandLine')
$PsModules = @('psake', 'PsScriptAnalyzer', 'VSSetup', 'PSYaml', 'Ps1xmlgen')
$PsModules = @('psake', 'PsScriptAnalyzer', 'VSSetup', 'powershell-yaml', 'ps1xmlgen')

$script:PackagesDir = Join-Path $SolutionDir 'packages'

Expand Down

0 comments on commit b2de846

Please sign in to comment.