Update to skip more test projects (besides just unit tests).
1156bdef
Pedro Silva
committed
1 changed file
build-azure-function-job.yml
/build-templates/services/build-azure-function-job.yml-1+1
/build-templates/services/build-azure-function-job.yml
Add comment 30 command: 'build'
Add comment 31 projects: |
Add comment 32 **/*.csproj
Add comment 33 Minus   !**/*.*Tests.csproj
Add comment 33 Plus   !**/*.*Test*.csproj
Add comment 34 arguments: --output $(System.DefaultWorkingDirectory)/publish_output --no-restore --configuration Release
Add comment 35
Add comment 36 # runs tests for all projects in this repo... defined by folders with .csproj files.