Skip to content

Commit 8e803e0

Browse files
committed
- amend CI/CD
1 parent 52b132c commit 8e803e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish-nuget.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: |
3636
dotnet workload install ios android maui maui-ios maui-android
3737
38+
- name: Create MauiProgram.dev.cs
39+
run: |
40+
cp src/qs/MapboxMauiQs/MauiProgram.dev.cs.example src/qs/MapboxMauiQs/MauiProgram.dev.cs
41+
3842
- name: Build
3943
run: |
4044
sh build.sh

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dotnet nuget locals -c all
2-
dotnet pack -c Release -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj --output $PWD/nugets
2+
dotnet pack -c Release -t:Clean,Rebuild mapbox-maui.sln --output $PWD/nugets

0 commit comments

Comments
 (0)