File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 6464 submodules : recursive
6565 fetch-depth : 0
6666
67+ - name : β dotnet
68+ uses : actions/setup-dotnet@v4
69+ with :
70+ dotnet-version : |
71+ 6.x
72+ 8.x
73+ 9.x
74+
6775 - name : π build
6876 run : dotnet build -m:1 -bl:build.binlog
6977
7987 name : logs
8088 path : ' *.binlog'
8189
82- - name : β dotnet
83- uses : actions/setup-dotnet@v4
84- with :
85- dotnet-version : 9.x
86-
8790 - name : π sleet
8891 env :
8992 SLEET_CONNECTION : ${{ secrets.SLEET_CONNECTION }}
Original file line number Diff line number Diff line change 2626 submodules : recursive
2727 fetch-depth : 0
2828
29+ - name : β dotnet
30+ uses : actions/setup-dotnet@v4
31+ with :
32+ dotnet-version : |
33+ 6.x
34+ 8.x
35+ 9.x
36+
2937 - name : π build
3038 run : dotnet build -m:1 -bl:build.binlog
3139
4856 working-directory : bin
4957 run : dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
5058
51- - name : β dotnet
52- uses : actions/setup-dotnet@v4
53- with :
54- dotnet-version : 9.x
55-
5659 - name : π sleet
5760 env :
5861 SLEET_CONNECTION : ${{ secrets.SLEET_CONNECTION }}
You canβt perform that action at this time.
0 commit comments