We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b132c commit 8e803e0Copy full SHA for 8e803e0
.github/workflows/publish-nuget.yml
@@ -35,6 +35,10 @@ jobs:
35
run: |
36
dotnet workload install ios android maui maui-ios maui-android
37
38
+ - name: Create MauiProgram.dev.cs
39
+ run: |
40
+ cp src/qs/MapboxMauiQs/MauiProgram.dev.cs.example src/qs/MapboxMauiQs/MauiProgram.dev.cs
41
+
42
- name: Build
43
44
sh build.sh
build.sh
@@ -1,2 +1,2 @@
1
dotnet nuget locals -c all
2
-dotnet pack -c Release -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj --output $PWD/nugets
+dotnet pack -c Release -t:Clean,Rebuild mapbox-maui.sln --output $PWD/nugets
0 commit comments