diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index 8a32937..7cd551d 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -3,6 +3,7 @@ name: Develop Build on: workflow_dispatch: pull_request: + branches: [ develop ] push: branches: [ develop ] diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 84a9be7..a1d3cf6 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -3,6 +3,7 @@ name: Main Build on: workflow_dispatch: pull_request: + branches: [ main ] push: branches: [ main ] @@ -17,7 +18,6 @@ jobs: uses: actions/checkout@v3 with: path: Meadow.Foundation.mikroBUS - ref: main - name: Setup .NET SDK uses: actions/setup-dotnet@v1 diff --git a/Source/C16x9/Driver/C16x9.csproj b/Source/C16x9/Driver/C16x9.csproj index f1305a7..09e8dca 100644 --- a/Source/C16x9/Driver/C16x9.csproj +++ b/Source/C16x9/Driver/C16x9.csproj @@ -24,7 +24,7 @@ - - + + diff --git a/Source/C16x9/Sample/C16x9_Sample/C16x9_Sample.csproj b/Source/C16x9/Sample/C16x9_Sample/C16x9_Sample.csproj index 61d9a7f..5bfba1d 100644 --- a/Source/C16x9/Sample/C16x9_Sample/C16x9_Sample.csproj +++ b/Source/C16x9/Sample/C16x9_Sample/C16x9_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/C420R/Driver/C420R.csproj b/Source/C420R/Driver/C420R.csproj index 048a576..b98f381 100644 --- a/Source/C420R/Driver/C420R.csproj +++ b/Source/C420R/Driver/C420R.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/C420R/Sample/C420R_Sample/C420R_Sample.csproj b/Source/C420R/Sample/C420R_Sample/C420R_Sample.csproj index 2bfaccb..15f8fc4 100644 --- a/Source/C420R/Sample/C420R_Sample/C420R_Sample.csproj +++ b/Source/C420R/Sample/C420R_Sample/C420R_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/C420T/Driver/C420T.csproj b/Source/C420T/Driver/C420T.csproj index d550930..1969b10 100644 --- a/Source/C420T/Driver/C420T.csproj +++ b/Source/C420T/Driver/C420T.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/C420T/Sample/C420T_Sample/C420T_Sample.csproj b/Source/C420T/Sample/C420T_Sample/C420T_Sample.csproj index dfc467a..407cf69 100644 --- a/Source/C420T/Sample/C420T_Sample/C420T_Sample.csproj +++ b/Source/C420T/Sample/C420T_Sample/C420T_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/C8800Retro/Driver/C8800Retro.csproj b/Source/C8800Retro/Driver/C8800Retro.csproj index ec9ea44..f8078b4 100644 --- a/Source/C8800Retro/Driver/C8800Retro.csproj +++ b/Source/C8800Retro/Driver/C8800Retro.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/C8800Retro/Sample/C8800Retro_ProjectLab_Sample/C8800Retro_ProjectLab_Sample.csproj b/Source/C8800Retro/Sample/C8800Retro_ProjectLab_Sample/C8800Retro_ProjectLab_Sample.csproj index 7f6c88d..492e093 100644 --- a/Source/C8800Retro/Sample/C8800Retro_ProjectLab_Sample/C8800Retro_ProjectLab_Sample.csproj +++ b/Source/C8800Retro/Sample/C8800Retro_ProjectLab_Sample/C8800Retro_ProjectLab_Sample.csproj @@ -6,8 +6,8 @@ App - - + + diff --git a/Source/C8800Retro/Sample/C8800Retro_Sample/C8800Retro_Sample.csproj b/Source/C8800Retro/Sample/C8800Retro_Sample/C8800Retro_Sample.csproj index 04c4ace..8d9f745 100644 --- a/Source/C8800Retro/Sample/C8800Retro_Sample/C8800Retro_Sample.csproj +++ b/Source/C8800Retro/Sample/C8800Retro_Sample/C8800Retro_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/C8x8/Driver/C8x8.csproj b/Source/C8x8/Driver/C8x8.csproj index 6c7f012..d9b8b7f 100644 --- a/Source/C8x8/Driver/C8x8.csproj +++ b/Source/C8x8/Driver/C8x8.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/C8x8/Sample/C8x8_ProjectLab_Sample/C8x8_ProjectLab_Sample.csproj b/Source/C8x8/Sample/C8x8_ProjectLab_Sample/C8x8_ProjectLab_Sample.csproj index 234e878..1eb03d2 100644 --- a/Source/C8x8/Sample/C8x8_ProjectLab_Sample/C8x8_ProjectLab_Sample.csproj +++ b/Source/C8x8/Sample/C8x8_ProjectLab_Sample/C8x8_ProjectLab_Sample.csproj @@ -6,8 +6,8 @@ App - - + + diff --git a/Source/C8x8/Sample/C8x8_Sample/C8x8_Sample.csproj b/Source/C8x8/Sample/C8x8_Sample/C8x8_Sample.csproj index 56907be..c85f6e5 100644 --- a/Source/C8x8/Sample/C8x8_Sample/C8x8_Sample.csproj +++ b/Source/C8x8/Sample/C8x8_Sample/C8x8_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/CACCurrent/Driver/CACCurrent.csproj b/Source/CACCurrent/Driver/CACCurrent.csproj index 8a213cc..bd522ed 100644 --- a/Source/CACCurrent/Driver/CACCurrent.csproj +++ b/Source/CACCurrent/Driver/CACCurrent.csproj @@ -24,7 +24,7 @@ - - + + diff --git a/Source/CACCurrent/Sample/CACCurrent_Sample/CACCurrent_Sample.csproj b/Source/CACCurrent/Sample/CACCurrent_Sample/CACCurrent_Sample.csproj index a576fa4..02b83de 100644 --- a/Source/CACCurrent/Sample/CACCurrent_Sample/CACCurrent_Sample.csproj +++ b/Source/CACCurrent/Sample/CACCurrent_Sample/CACCurrent_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/CButton/Driver/CButton.csproj b/Source/CButton/Driver/CButton.csproj index 87a424a..4b0ebdb 100644 --- a/Source/CButton/Driver/CButton.csproj +++ b/Source/CButton/Driver/CButton.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/CButton/Sample/CButton_Sample/CButton_Sample.csproj b/Source/CButton/Sample/CButton_Sample/CButton_Sample.csproj index 1cfcc40..3a55495 100644 --- a/Source/CButton/Sample/CButton_Sample/CButton_Sample.csproj +++ b/Source/CButton/Sample/CButton_Sample/CButton_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/CGNSS10/Driver/CGNSS10.csproj b/Source/CGNSS10/Driver/CGNSS10.csproj index 111be30..8b9ea59 100644 --- a/Source/CGNSS10/Driver/CGNSS10.csproj +++ b/Source/CGNSS10/Driver/CGNSS10.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/CGNSS10/Sample/CGNSS10_ProjectLab_Sample/CGNSS10_ProjectLab_Sample.csproj b/Source/CGNSS10/Sample/CGNSS10_ProjectLab_Sample/CGNSS10_ProjectLab_Sample.csproj index cdd1dde..696ad46 100644 --- a/Source/CGNSS10/Sample/CGNSS10_ProjectLab_Sample/CGNSS10_ProjectLab_Sample.csproj +++ b/Source/CGNSS10/Sample/CGNSS10_ProjectLab_Sample/CGNSS10_ProjectLab_Sample.csproj @@ -6,8 +6,8 @@ App - - + + diff --git a/Source/CGNSS10/Sample/CGNSS10_Sample/CGNSS10_Sample.csproj b/Source/CGNSS10/Sample/CGNSS10_Sample/CGNSS10_Sample.csproj index 1c96e4a..94081de 100644 --- a/Source/CGNSS10/Sample/CGNSS10_Sample/CGNSS10_Sample.csproj +++ b/Source/CGNSS10/Sample/CGNSS10_Sample/CGNSS10_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/CGNSS5/Driver/CGNSS5.csproj b/Source/CGNSS5/Driver/CGNSS5.csproj index 596b20f..cd31274 100644 --- a/Source/CGNSS5/Driver/CGNSS5.csproj +++ b/Source/CGNSS5/Driver/CGNSS5.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/CGNSS5/Sample/CGNSS5_ProjectLab_Sample/CGNSS5_ProjectLab_Sample.csproj b/Source/CGNSS5/Sample/CGNSS5_ProjectLab_Sample/CGNSS5_ProjectLab_Sample.csproj index bba5d13..050187e 100644 --- a/Source/CGNSS5/Sample/CGNSS5_ProjectLab_Sample/CGNSS5_ProjectLab_Sample.csproj +++ b/Source/CGNSS5/Sample/CGNSS5_ProjectLab_Sample/CGNSS5_ProjectLab_Sample.csproj @@ -6,8 +6,8 @@ App - - + + diff --git a/Source/CGNSS5/Sample/CGNSS5_Sample/CGNSS5_Sample.csproj b/Source/CGNSS5/Sample/CGNSS5_Sample/CGNSS5_Sample.csproj index a14474b..5856eb1 100644 --- a/Source/CGNSS5/Sample/CGNSS5_Sample/CGNSS5_Sample.csproj +++ b/Source/CGNSS5/Sample/CGNSS5_Sample/CGNSS5_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/CJoystick/Driver/CJoystick.csproj b/Source/CJoystick/Driver/CJoystick.csproj index a9e9a0e..d10110d 100644 --- a/Source/CJoystick/Driver/CJoystick.csproj +++ b/Source/CJoystick/Driver/CJoystick.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/CJoystick/Sample/CJoystick_Sample/CJoystick_Sample.csproj b/Source/CJoystick/Sample/CJoystick_Sample/CJoystick_Sample.csproj index d7997b3..0b7a663 100644 --- a/Source/CJoystick/Sample/CJoystick_Sample/CJoystick_Sample.csproj +++ b/Source/CJoystick/Sample/CJoystick_Sample/CJoystick_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/CLEM/Driver/CLEM.csproj b/Source/CLEM/Driver/CLEM.csproj index ef6494d..4bac3e5 100644 --- a/Source/CLEM/Driver/CLEM.csproj +++ b/Source/CLEM/Driver/CLEM.csproj @@ -24,7 +24,7 @@ - - + + diff --git a/Source/CLEM/Sample/CLEM_Sample/CLEM_Sample.csproj b/Source/CLEM/Sample/CLEM_Sample/CLEM_Sample.csproj index f35227c..b4705c2 100644 --- a/Source/CLEM/Sample/CLEM_Sample/CLEM_Sample.csproj +++ b/Source/CLEM/Sample/CLEM_Sample/CLEM_Sample.csproj @@ -6,7 +6,7 @@ App - + diff --git a/Source/CMBusMaster/Driver/CMBusMaster.csproj b/Source/CMBusMaster/Driver/CMBusMaster.csproj index 6214197..2be9358 100644 --- a/Source/CMBusMaster/Driver/CMBusMaster.csproj +++ b/Source/CMBusMaster/Driver/CMBusMaster.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/CMBusMaster/Sample/CMBusMaster_ProjectLab_Sample/CMBusMaster_ProjectLab_Sample.csproj b/Source/CMBusMaster/Sample/CMBusMaster_ProjectLab_Sample/CMBusMaster_ProjectLab_Sample.csproj index 6494eee..ce8ff35 100644 --- a/Source/CMBusMaster/Sample/CMBusMaster_ProjectLab_Sample/CMBusMaster_ProjectLab_Sample.csproj +++ b/Source/CMBusMaster/Sample/CMBusMaster_ProjectLab_Sample/CMBusMaster_ProjectLab_Sample.csproj @@ -6,9 +6,9 @@ App - - - + + + diff --git a/Source/CTempHum15/Driver/CTempHum15.csproj b/Source/CTempHum15/Driver/CTempHum15.csproj index c95c7df..051277f 100644 --- a/Source/CTempHum15/Driver/CTempHum15.csproj +++ b/Source/CTempHum15/Driver/CTempHum15.csproj @@ -24,6 +24,6 @@ - + diff --git a/Source/CTempHum15/Sample/CTempHum15_Sample/CTempHum15_Sample.csproj b/Source/CTempHum15/Sample/CTempHum15_Sample/CTempHum15_Sample.csproj index 01b0c4d..162d7dc 100644 --- a/Source/CTempHum15/Sample/CTempHum15_Sample/CTempHum15_Sample.csproj +++ b/Source/CTempHum15/Sample/CTempHum15_Sample/CTempHum15_Sample.csproj @@ -6,7 +6,7 @@ App - +