1 changed file
build-templates/services | ||
build-azure-function-job.yml | ||
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 28 displayName: Build
Add comment 29 inputs:
Add comment 30 command: 'build'
Add comment 31 Minus projects: '**/*.csproj'
Add comment 31 Plus projects: '**/*.csproj;!**/*.*Tests.csproj'
Add comment 32 arguments: --output $(System.DefaultWorkingDirectory)/publish_output --no-restore --configuration Release
Add comment 33
Add comment 34 # runs tests for all projects in this repo... defined by folders with .csproj files.