File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,15 @@ jobs:
56
56
run : |
57
57
cp src/qs/MapboxMauiQs/MauiProgram.dev.cs.example src/qs/MapboxMauiQs/MauiProgram.dev.cs
58
58
59
- - name : Create MapboxMauiQs.props
60
- run : |
61
- echo ${{ secrets.PROJECT_PROPS }} > src/qs/MapboxMauiQs/MapboxMauiQs.props
59
+ # - name: Create MapboxMauiQs.props
60
+ # run: |
61
+ # echo " ${{ secrets.PROJECT_PROPS }}" > src/qs/MapboxMauiQs/MapboxMauiQs.props
62
62
63
63
- name : Build
64
64
run : |
65
65
sh build.sh
66
+ env :
67
+ MAPBOX_DOWNLOADS_TOKEN : ${{ secrets.MAPBOX_DOWNLOADS_TOKEN }}
66
68
67
69
- name : Publish NuGet and symbols
68
70
id : nuget-push
Original file line number Diff line number Diff line change 1
1
dotnet nuget locals -c all
2
2
3
3
# Build to trigger gradle process
4
- dotnet build -t:Clean,Rebuild src/qs/MapboxMauiQs/MapboxMauiQs.csproj
4
+ dotnet build -t:Clean,Rebuild src/qs/MapboxMauiQs/MapboxMauiQs.csproj \
5
+ -property:MAPBOX_DOWNLOADS_TOKEN=$MAPBOX_DOWNLOADS_TOKEN
5
6
6
7
dotnet pack -c Release -t:Clean,Rebuild mapbox-maui.sln --output $PWD /nugets
You can’t perform that action at this time.
0 commit comments