admin管理员组文章数量:1345393
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: '
本文标签:
sharepointIssue with Automatic Deploy of SPFx WebPart in Azure DevOps PipelineStack Overflow
版权声明:本文标题:sharepoint - Issue with Automatic Deploy of SPFx WebPart in Azure DevOps Pipeline - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人,
转载请联系作者并注明出处:http://www.betaflare.com/web/1743761972a2534545.html,
本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论