File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments