Skip to content

Commit bd2a20b

Browse files
committed
Fix broken links in FAQ to non-existent documentation pages
Removed links to Azure Pipelines and GitLab CI documentation pages that are planned for Phase 1.1 but not yet created. Replaced with descriptive text to avoid build failures while maintaining useful information about CI/CD platform support.
1 parent 9344c9f commit bd2a20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/troubleshooting/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ Task BuildSolution {
376376
Yes! psake works with all major CI/CD platforms:
377377

378378
- **GitHub Actions** - See [GitHub Actions guide](/docs/ci-examples/github-actions)
379-
- **Azure Pipelines** - See [Azure Pipelines guide](/docs/ci-examples/azure-pipelines)
380-
- **GitLab CI** - See [GitLab CI guide](/docs/ci-examples/gitlab-ci)
379+
- **Azure Pipelines** - Uses standard PowerShell tasks
380+
- **GitLab CI** - Uses PowerShell in Docker containers or Windows runners
381381
- **Jenkins, TeamCity, etc.** - Just run PowerShell scripts
382382

383383
Basic pattern:

0 commit comments

Comments
 (0)