We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decf813 commit 8f1acb2Copy full SHA for 8f1acb2
.github/azure-pipelines-ci.yml
@@ -39,6 +39,20 @@ jobs:
39
workingDir: Auth/LearningHub.Nhs.Auth
40
verbose: false
41
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
50
+ displayName: yarn run webpack build
51
52
53
54
55
+ customCommand: yarn build
56
- task: NuGetToolInstaller@1
57
displayName: Use NuGet 5.8
58
inputs:
0 commit comments