最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

sharepoint - Issue with Automatic Deploy of SPFx WebPart in Azure DevOps Pipeline - Stack Overflow

programmeradmin1浏览0评论

I'm trying to automate the deployment of an SPFx WebPart using an Azure DevOps pipeline. the issue occurs during the build process of the WebPart, where the gulp command is not found. The repository structure is as follows:

privacy-spfx

├── source-custom-webparts

└── source-shared-library

The current pipeline is structured as follows (YAML):

# Starter pipeline
trigger:
- develop-pipeline-azure

pool:
  vmImage: 'windows-latest'

variables:
- name: SPFxAppId
  value: 'xxxxx-xxx-xxx-xxx-xxxxxxxx'

stages:

- stage: CompileProject
  displayName: 'Compile Project'
  jobs:
  - job: SetupNodeJob
steps:
- task: NodeTool@0
  inputs:
    versionSpec: '14.18.3'
  displayName: '
发布评论

评论列表(0)

  1. 暂无评论