Skip to content

Commit 6916138

Browse files
committed
Speed up build process (#1003)
1 parent 741fb90 commit 6916138

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
- name: Setup MSBuild.exe
4545
uses: microsoft/setup-msbuild@v2.0.0
4646

47-
- name: Execute Unit Tests
48-
run: dotnet test $env:Test_Project_Path --property:SolutionDir=$env:GITHUB_WORKSPACE -p:ParallelizeTestCollections=false --runtime win-x86
49-
5047
- name: Restore the Wpf application to populate the obj folder
5148
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier --property:SolutionDir=$env:GITHUB_WORKSPACE
5249
env:

Daybreak.Tests/Daybreak.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0-windows</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<Platforms>AnyCPU;x86;x64</Platforms>
6+
<Platforms>x86</Platforms>
77
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)