Skip to content

Commit

Permalink
Fix file filter for exluding test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Mar 10, 2022
1 parent 069a647 commit b74a0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -64,7 +64,7 @@ steps:
Path: '$(Build.SourcesDirectory)'
FileNames: |
**/EOLib*.csproj
!**/EOLib.*.Test.csproj
!**/EOLib.*Test.csproj
InsertAttributes: true
FileEncoding: 'auto'
WriteBOM: false
Expand Down

0 comments on commit b74a0f4

Please sign in to comment.