Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jazuntee committed Nov 19, 2021
1 parent d5ae324 commit f3ec04c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/azure-pipelines/azure-pipelines-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ stages:
- job: Prepare
variables:
skipComponentGovernanceDetection: true
pool:
vmImage: 'windows-latest'
steps:
#- checkout: none
- download: CI
Expand All @@ -52,6 +54,11 @@ stages:
filePath: '$(System.DefaultWorkingDirectory)/build/Get-PSModuleInfo.ps1'
arguments: '-ModuleManifestPath "$(Pipeline.Workspace)/CI/$(artifactModule)/*/*.psd1" -PackagesConfigPath "$(Build.SourcesDirectory)"'
pwsh: true
- task: PSScriptAnalyzer@1
inputs:
Path: '$(Pipeline.Workspace)/CI/$(artifactModule)'
Settings: 'required'
Recurse: true

# - job: Build
# displayName: 'Update Build'
Expand Down

0 comments on commit f3ec04c

Please sign in to comment.