Skip to content

Releases: Voitanos/azure-pipelines-spfx-templates

v1.4.0

06 Jul 10:26
Compare
Choose a tag to compare
  • update templates to use CLI for Microsoft 365 (replacing outdated O365 CLI)
  • update sample project to SPFx v1.12.1

v1.3.0

11 Feb 12:09
Compare
Choose a tag to compare
  • 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

11 Feb 10:58
Compare
Choose a tag to compare

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

14 Oct 20:43
Compare
Choose a tag to compare
  • 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

05 Sep 09:39
Compare
Choose a tag to compare

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>