Skip to content

Commit

Permalink
populate cache before running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rouke-broersma committed Nov 4, 2019
1 parent ce69afe commit a9c5923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline-templates/prepare-integration-test-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ steps:
inputs:
version: 3.0.x

- template: populate-cache-steps.yml

- task: DotNetCoreCLI@2
displayName: 'Run unit tests'
inputs:
Expand All @@ -33,6 +35,4 @@ steps:
custom: tool
arguments: install dotnet-stryker -g --version $(IntegrationTestVersion) --add-source $(AzureArtifactFeedUri)
includeNuGetOrg: false
workingDirectory: 'pipeline-templates'

- template: populate-cache-steps.yml
workingDirectory: 'pipeline-templates'

0 comments on commit a9c5923

Please sign in to comment.