Skip to content

Commit

Permalink
ci: Use solution filter for unit tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 17, 2021
1 parent 235b2d7 commit a6fad5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/.azure-devops-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- task: MSBuild@1
inputs:
solution: src/**/*.Tests.csproj
solution: src/Uno.UI-UnitTests-only.slnf
msbuildArguments: /r /p:CheckExclusions=True /p:Configuration=Release /nodeReuse:true /detailedsummary /m $(ADDITIONAL_FLAGS) # /bl:$(build.artifactstagingdirectory)\build.binlog

- task: VisualStudioTestPlatformInstaller@1
Expand Down
1 change: 1 addition & 0 deletions src/Uno.UI-UnitTests-only.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"SourceGenerators\\System.Xaml\\Uno.Xaml.csproj",
"SourceGenerators\\Uno.UI.SourceGenerators.Tests\\Uno.UI.SourceGenerators.Tests.csproj",
"SourceGenerators\\Uno.UI.SourceGenerators\\Uno.UI.SourceGenerators.csproj",
"Uno.Analyzers.Tests\\Uno.Analyzers.Tests.csproj",
"SourceGenerators\\Uno.UI.Tasks\\Uno.UI.Tasks.csproj",
"T4Generator\\T4Generator.csproj",
"Uno.Foundation\\Uno.Foundation.csproj",
Expand Down

0 comments on commit a6fad5c

Please sign in to comment.