diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1fd1a73..5fcd132 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,6 +46,9 @@ stages: enableRecursion: false useLegacyPattern: false enableTelemetry: true + + - pwsh: | + . .\pre-build.ps1 - task: TfxInstaller@4 displayName: 'Use Node CLI for Azure DevOps'