File tree 3 files changed +12
-22
lines changed
3 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 56
56
fetch-depth : 0
57
57
58
58
- name : 🙏 build
59
- run : dotnet build -m:1 -bl:build.binlog
59
+ run : dotnet build -m:1
60
60
61
61
- name : ⚙ GNU grep
62
62
if : matrix.os == 'macOS-latest'
68
68
uses : ./.github/workflows/test
69
69
70
70
- name : 📦 pack
71
- run : dotnet pack -m:1 -bl:pack.binlog
71
+ run : |
72
+ dotnet build -m:1
73
+ dotnet pack --no-build -m:1
72
74
73
75
# Only push CI package to sleet feed if building on ubuntu (fastest)
74
76
- name : 🚀 sleet
79
81
dotnet tool install -g --version 4.0.18 sleet
80
82
sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found"
81
83
82
- - name : 🐛 logs
83
- uses : actions/upload-artifact@v3
84
- if : runner.debug && always()
85
- with :
86
- name : logs
87
- path : ' *.binlog'
88
-
89
84
dotnet-format :
90
85
runs-on : ubuntu-latest
91
86
steps :
Original file line number Diff line number Diff line change @@ -22,20 +22,15 @@ jobs:
22
22
fetch-depth : 0
23
23
24
24
- name : 🙏 build
25
- run : dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v} -bl:build.binlog
25
+ run : dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
26
26
27
27
- name : 🧪 test
28
28
uses : ./.github/workflows/test
29
29
30
30
- name : 📦 pack
31
- run : dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v} -bl:pack.binlog
31
+ run : |
32
+ dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
33
+ dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v}
32
34
33
35
- name : 🚀 nuget
34
36
run : dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
35
-
36
- - name : 🐛 logs
37
- uses : actions/upload-artifact@v3
38
- if : runner.debug && always()
39
- with :
40
- name : logs
41
- path : ' *.binlog'
Original file line number Diff line number Diff line change 81
81
[file ".github/workflows/build.yml"]
82
82
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
83
83
weak
84
- sha = 13d67e2cf3f786c8189364fd29332aaa7dc575dc
85
- etag = c616df0877fba60002ccfc0397e9f731ddb22acbbb195a0598fedd4cac5f3135
84
+ sha = ede013ab2cbf1050c226015fd2063e211b15497f
85
+ etag = a61119521fc9acb6cf8628053a28c70bf12dff61222a6c9e903be7abd3a6d302
86
86
[file ".github/workflows/changelog.config"]
87
87
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.config
88
88
sha = 055a8b7c94b74ae139cce919d60b83976d2a9942
101
101
[file ".github/workflows/publish.yml"]
102
102
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
103
103
weak
104
- sha = d3022567c9ef2bc9461511e53b8abe065afdf03b
105
- etag = 58601b5a71c805647ab26e84053acdfb8d174eaa93330487af8a5503753c5707
104
+ sha = ede013ab2cbf1050c226015fd2063e211b15497f
105
+ etag = 202e421a68b0e5fea1f07c8f8128c58d84a8a0b6cc18d923a42c76528dbee75a
106
106
[file ".github/workflows/sponsor.yml"]
107
107
url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml
108
108
sha = 8990ebb36199046e0b8098bad9e46dcef739c56e
You can’t perform that action at this time.
0 commit comments