Skip to content

Commit

Permalink
Update release-dimmer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YBTopaz8 authored Jan 1, 2025
1 parent 8f226c3 commit 53618df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-dimmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ jobs:
run: |
dotnet workload install maui
dotnet workload install android
- name: Add Local NuGet Source
run: dotnet nuget add source ./Dimmer/releasePacking --name local-release-packing

- name: Configure DevExpress NuGet Source
run: dotnet nuget add source ${{ secrets.DEVEXPRESS_FEED_URL }} -n DevExpress

- name: Restore NuGet packages
run: dotnet restore Dimmer-MAUI.sln

- name: Restore NuGet Packages
run: dotnet restore ./Dimmer/Dimmer-MAUI.csproj

Expand Down

0 comments on commit 53618df

Please sign in to comment.