File tree Expand file tree Collapse file tree 5 files changed +26
-10
lines changed Expand file tree Collapse file tree 5 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 2121 VersionLabel : ${{ github.ref }}
2222 PackOnBuild : true
2323 GeneratePackageOnBuild : true
24+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
2425
2526defaults :
2627 run :
5859 fetch-depth : 0
5960
6061 - name : 🙏 build
61- run : dotnet build -m:1
62+ run : dotnet build -m:1 -bl:build.binlog
6263
6364 - name : ⚙ GNU grep
6465 if : matrix.os == 'macOS-latest'
6970 - name : 🧪 test
7071 uses : ./.github/workflows/test
7172
73+ - name : 🐛 logs
74+ uses : actions/upload-artifact@v3
75+ if : runner.debug && always()
76+ with :
77+ name : logs
78+ path : ' *.binlog'
79+
7280 # Only push CI package to sleet feed if building on ubuntu (fastest)
7381 - name : 🚀 sleet
7482 env :
Original file line number Diff line number Diff line change 1212 Configuration : Release
1313 PackOnBuild : true
1414 GeneratePackageOnBuild : true
15+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
1516
1617jobs :
1718 publish :
@@ -24,10 +25,17 @@ jobs:
2425 fetch-depth : 0
2526
2627 - name : 🙏 build
27- run : dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
28+ run : dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v} -bl:build.binlog
2829
2930 - name : 🧪 test
3031 uses : ./.github/workflows/test
3132
33+ - name : 🐛 logs
34+ uses : actions/upload-artifact@v3
35+ if : runner.debug && always()
36+ with :
37+ name : logs
38+ path : ' *.binlog'
39+
3240 - name : 🚀 nuget
3341 run : dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
Original file line number Diff line number Diff line change 11bin
2- app
32obj
43artifacts
54pack
65TestResults
76results
87BenchmarkDotNet.Artifacts
8+ /app
99.vs
1010.vscode
1111.idea
Original file line number Diff line number Diff line change 3838 weak
3939[file ".github/workflows/build.yml"]
4040 url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
41- sha = 6e7a3ab866a523d036e95066ab63351b63cc8a24
42- etag = 11c16867077f1d67b23a75e83556d3cd761aa6a69fd6c6bbed7d0f6b202c33da
41+ sha = 97ebd189e44da857e53e4d98af2727dd9dcb0740
42+ etag = f02775f5cdf8ba06238500e56bc25ca1e0aa329db4931f230c45bd1d7de1696d
4343 weak
4444[file ".github/workflows/changelog.yml"]
4545 url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
5858 weak
5959[file ".github/workflows/publish.yml"]
6060 url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
61- sha = 6e7a3ab866a523d036e95066ab63351b63cc8a24
62- etag = d2ca0380f60f4396fcf250abe334da9a3edeac6612f9d77e5dd8a93d30e46b6c
61+ sha = 97ebd189e44da857e53e4d98af2727dd9dcb0740
62+ etag = 04a0796e61476765c0a233806e85fb3f461d7cf099a14c91e6c5abcab938062f
6363 weak
6464[file ".github/workflows/test/action.yml"]
6565 url = https://github.com/devlooped/oss/blob/main/.github/workflows/test/action.yml
6868 weak
6969[file ".gitignore"]
7070 url = https://github.com/devlooped/oss/blob/main/.gitignore
71- sha = ef852e7d2ec9a845dac272dfc479909c0bc6d9f3
72- etag = a556d6108892aa8e7e63476f4fad3a898b3ec1deda94332dd4e89d2fb6b555ca
71+ sha = 02811fa23b0a102b9b33048335d41e515bf75737
72+ etag = a9c37ae312afac14b78436a7d018af4483d88736b5f780576f2c5a0b3f14998c
7373 weak
7474[file "Directory.Build.rsp"]
7575 url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp
Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ respectively.
269269 [](https://github.com/Keflon)
270270 [](https://github.com/tbolon)
271271 [](https://github.com/kfrancis)
272- [](https://github.com/SeanKilleen)
273272 [](https://github.com/twenzel)
274273 [](https://github.com/Giorgi)
275274 [](https://github.com/MikeCodesDotNET)
@@ -296,6 +295,7 @@ respectively.
296295 [](https://github.com/sorahex)
297296 [](https://github.com/arsdragonfly)
298297 [](https://github.com/vezel-dev)
298+ [](https://github.com/georg-jung)
299299
300300
301301<!-- sponsors .md -->
You can’t perform that action at this time.
0 commit comments