|
|
@ -40,10 +40,16 @@ steps:
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
projectDirectory: '$(UiLocation)'
|
|
|
|
projectDirectory: '$(UiLocation)'
|
|
|
|
arguments: 'run build'
|
|
|
|
arguments: 'run build'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- task: PublishPipelineArtifact@1
|
|
|
|
|
|
|
|
inputs:
|
|
|
|
|
|
|
|
targetPath: '$(UiLocation)/dist'
|
|
|
|
|
|
|
|
artifact: 'angular_dist'
|
|
|
|
|
|
|
|
publishLocation: 'pipeline'
|
|
|
|
|
|
|
|
|
|
|
|
- task: DotNetCoreCLI@2
|
|
|
|
- task: DotNetCoreCLI@2
|
|
|
|
displayName: Run Unit Tests
|
|
|
|
displayName: Run Unit Tests
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
comand: 'test'
|
|
|
|
comand: 'test'
|
|
|
|
projects: '$(TestProject)'
|
|
|
|
projects: '$(TestProject)'
|
|
|
|
continueOnError: true
|
|
|
|
continueOnError: true
|
|
|
|