Skip to content

Commit

Permalink
Merge pull request #7027 from unoplatform/dev/jela/trim-test-build
Browse files Browse the repository at this point in the history
ci: Remove wasm tests from unit tests build
  • Loading branch information
mergify[bot] authored Sep 20, 2021
2 parents 205cd2a + a6fad5c commit ecbbe90
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 ecbbe90

Please sign in to comment.