Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacivale authored Feb 2, 2025
1 parent 0c5bcf7 commit c7e1f43
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
PluginSolutionPath: 'src\Plugin.Maui.BottomSheet\Plugin.Maui.BottomSheet.sln'
PluginSampleSolutionPath: 'sample\Plugin.Maui.BottomSheet.Sample\Plugin.Maui.BottomSheet.Sample.sln'
Configuration: 'Release'
Version: '9.0.7-pre'
Version: '9.0.0'

jobs:
Build-Plugin_Maui_BottomSheet:
Expand All @@ -33,21 +33,3 @@ jobs:
with:
name: Plugin.Maui.BottomSheet.${{ env.Version }}.nupkg
path: src\Plugin.Maui.BottomSheet\Plugin.Maui.BottomSheet\bin\${{ env.Configuration }}\Plugin.Maui.BottomSheet.${{ env.Version }}.nupkg

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 c7e1f43

Please sign in to comment.