Skip to content

Commit

Permalink
build-pack-and-publish-libraries.yml: Fixed test files convention
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Jul 25, 2019
1 parent d754ae2 commit be64fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-templates/build-pack-and-publish-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parameters:
binaryArtifactName: 'testbinaries' # The name of the Azure DevOps build artifact where the test assemblies will be output. Default 'testbinaries'.
solutionFilesConvention: '**/*.sln' # The glob pattern where to look for solution files. Default '**\*.sln'.
packableProjectFilesConvention: '**/*.csproj' # The glob pattern (within $(System.DefaultWorkingDirectory)) where to look for project files to pack into .nupkg files for deployment.
testProjectFilesConvention: '**/*.Tests.*.csproj' # The glob pattern (within $(System.DefaultWorkingDirectory)) where to look for test project files, so they can be distinguished from other project file types.
testProjectFilesConvention: '**/*.Tests*.csproj' # The glob pattern (within $(System.DefaultWorkingDirectory)) where to look for test project files, so they can be distinguished from other project file types.
testSymbolFilesConvention: '**/*.Tests.*/**/*.pdb' # The glob pattern (within $(System.DefaultWorkingDirectory)) where to look for test project symbols (.pdb) files, so they can be distinguished from other project file types.


Expand Down

0 comments on commit be64fec

Please sign in to comment.