Skip to content

Commit 8f1acb2

Browse files
authored
Update azure-pipelines-ci.yml
1 parent decf813 commit 8f1acb2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/azure-pipelines-ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ jobs:
3939
workingDir: Auth/LearningHub.Nhs.Auth
4040
verbose: false
4141
customCommand: run build
42+
- task: Checkout@1
43+
displayName: yarn custom
44+
inputs:
45+
command: custom
46+
workingDir: Auth/LearningHub.Nhs.Auth
47+
verbose: false
48+
customCommand: yarn install
49+
- task: Checkout@1
50+
displayName: yarn run webpack build
51+
inputs:
52+
command: custom
53+
workingDir: Auth/LearningHub.Nhs.Auth
54+
verbose: false
55+
customCommand: yarn build
4256
- task: NuGetToolInstaller@1
4357
displayName: Use NuGet 5.8
4458
inputs:

0 commit comments

Comments
 (0)