Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,19 @@ jobs:
- name: NuGet restore
run: |
dotnet restore ReactiveUI.sln
dotnet restore ReactiveUI.Events.sln
working-directory: src

- name: Install Pharmacist and Generate Events
run: |
dotnet tool install -g Pharmacist
pharmacist generate-platform -t uap10.0.16299,uap10.0.17134,uap10.0.17763,uap10.0.18362,uap10.0.19041,xamarin.mac20,xamarin.tvos10,monoandroid10.0,monoandroid11.0,xamarin.ios10,xamarin.watchos10 -o "src/ReactiveUI.Events/" --output-prefix "Events_"
pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-wpf -o "src/ReactiveUI.Events.WPF/" --output-prefix "Events_"
pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-winforms -o "src/ReactiveUI.Events.Winforms/" --output-prefix "Events_"
# Removed until Pharmacist can be released with new package
#- name: Install Pharmacist and Generate Events
# run: |
# dotnet tool install -g Pharmacist
# pharmacist generate-platform -t uap10.0.16299,uap10.0.17134,uap10.0.17763,uap10.0.18362,uap10.0.19041,xamarin.mac20,xamarin.tvos10,monoandroid10.0,monoandroid11.0,xamarin.ios10,xamarin.watchos10 -o "src/ReactiveUI.Events/" --output-prefix "Events_"
# pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-wpf -o "src/ReactiveUI.Events.WPF/" --output-prefix "Events_"
# pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-winforms -o "src/ReactiveUI.Events.Winforms/" --output-prefix "Events_"

- name: Build
run: |
msbuild /t:build,pack /nowarn:MSB4011,VSX1000 /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=${{ env.configuration }} ReactiveUI.sln
msbuild /t:build,pack /nowarn:MSB4011,VSX1000 /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=${{ env.configuration }} ReactiveUI.Events.sln
working-directory: src

- name: Run Unit Tests and Generate Coverage
Expand Down
61 changes: 0 additions & 61 deletions src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj

This file was deleted.

59 changes: 0 additions & 59 deletions src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions src/ReactiveUI.Events.XamForms/ReactiveUI.Events.XamForms.csproj

This file was deleted.

Loading