Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacivale authored Feb 21, 2025
1 parent d90f779 commit 25c6064
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
env:
DOTNET_VERSION: '9.0.102'
PluginSolutionPath: 'src\Plugin.Maui.BottomSheet\Plugin.Maui.BottomSheet.sln'
PluginSampleSolutionPath: 'sample\Plugin.Maui.BottomSheet.Sample\Plugin.Maui.BottomSheet.Sample.sln'
Configuration: 'Release'

jobs:
Expand All @@ -33,21 +32,3 @@ jobs:
- name: Build Plugin.Maui.BottomSheet
run: dotnet build ${{ env.PluginSolutionPath }} -c ${{ env.Configuration }}

Build-Plugin_Maui_BottomSheet_Sample:

runs-on: windows-latest

steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Install .NET MAUI Workload
run: dotnet workload restore ${{ env.PluginSampleSolutionPath }}

- name: Build Plugin.Maui.BottomSheet.Sample
run: dotnet build ${{ env.PluginSampleSolutionPath }} -c ${{ env.Configuration }}

0 comments on commit 25c6064

Please sign in to comment.