This repository was archived by the owner on Jan 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2424 run : dotnet build --no-restore
2525 - name : Test
2626 run : dotnet test --no-build --verbosity normal
27- - name : Nuget pack
27+ - name : Nuget pack core
2828 run : dotnet pack src/DataTables.AspNet.Core/DataTables.AspNet.Core.csproj -c Release -o nuget-packages --version-suffix "preview.${GITHUB_RUN_NUMBER}"
29+ - name : Nuget pack aspnet
30+ run : dotnet pack src/DataTables.AspNet.AspNetCore/DataTables.AspNet.AspNetCore.csproj -c Release -o nuget-packages --version-suffix "preview.${GITHUB_RUN_NUMBER}"
2931 - name : Nuget push
3032 run : dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
3133
4749 run : dotnet build --no-restore
4850 - name : Test
4951 run : dotnet test --no-build --verbosity normal
50- - name : Nuget pack
52+ - name : Nuget pack core
5153 run : dotnet pack src/DataTables.AspNet.Core/DataTables.AspNet.Core.csproj -c Release -o nuget-packages
54+ - name : Nuget pack aspnet
55+ run : dotnet pack src/DataTables.AspNet.AspNetCore/DataTables.AspNet.AspNetCore.csproj -c Release -o nuget-packages
5256 - name : Nuget push
5357 run : dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
5458
You can’t perform that action at this time.
0 commit comments