try project exclusion on separate line.
7b063df9
Pedro Silva
committed
1 changed file
build-azure-function-job.yml
/build-templates/services/build-azure-function-job.yml-1+3
/build-templates/services/build-azure-function-job.yml
Add comment 28 displayName: Build
Add comment 29 inputs:
Add comment 30 command: 'build'
Add comment 31 Minus   projects: '**/*.csproj;!$(System.DefaultWorkingDirectory)/**/*.*Tests.csproj'
Add comment 31 Plus   projects: |
Add comment 32 Plus   **/*.csproj
Add comment 33 Plus   **/*.*Tests.csproj
Add comment 32 34 arguments: --output $(System.DefaultWorkingDirectory)/publish_output --no-restore --configuration Release
Add comment 33 35
Add comment 34 36 # runs tests for all projects in this repo... defined by folders with .csproj files.