Azure Pipelines Spfx Templates Versions Save

Azure Pipeline templates for SharePoint Framework Projects

v1.4.0

2 years ago
  • update templates to use CLI for Microsoft 365 (replacing outdated O365 CLI)
  • update sample project to SPFx v1.12.1

v1.3.0

4 years ago
  • update build & test templates to use Gulpv1 task
    • implements #5
  • update package manager commands to use CI specific install commands
    • implements #10
  • changed renamed PNPM argument --shamefully-flatten to --shamefully-hoist
  • added step to build & test templates to install PNPM (not installed by default on host agent)

v1.2.0

4 years ago

Added the ability to specify the Node.js version to use in builds. Previously defaulted to what was installed on the agent.

  • implements #9 (via PR #8)
  • defaults to Node.js v10
  • specify Node version via a parameter on all three templates

v1.1.0

4 years ago
  • updated test job template to support...
    • publishing results from tests & code coverage even when tests fail
    • respecting package manager specified when running tests

v1.0.0

4 years ago

The Azure Pipelines templates for SharePoint Framework (SFPx) Projects contains job templates for building, testing and deploying SPFx projects to SharePoint Online (SPO).

Refer to the project README.md for usage instructions.

To use this specific version in your project's Azure Pipeline, include this in your azure_pipelines.yml file:

# azure-pipelines.yml
resources:
  repositories:
  - repository: azure-pipelines-spfx-templates
    type: github
    name: voitanos/azure-pipelines-spfx-templates
    ref: refs/tags/v1.0.0
    endpoint: <name of your service connection to github>