Skip to content

Commit 4330988

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Fix dependabot group for tests devlooped/oss@49661db - Make sure build runs before pack devlooped/oss@ede013a - Switch to PackOnBuild=true and remove pack step devlooped/oss@6e7a3ab
1 parent e62b7c3 commit 4330988

File tree

5 files changed

+17
-33
lines changed

5 files changed

+17
-33
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ updates:
2929
- "Microsoft.AspNetCore*"
3030
Tests:
3131
patterns:
32-
- "Microsoft.NET.Tests*"
32+
- "Microsoft.NET.Test*"
3333
- "xunit*"
3434
- "coverlet*"
3535
ThisAssembly:

.github/workflows/build.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ env:
1919
DOTNET_NOLOGO: true
2020
VersionPrefix: 42.42.${{ github.run_number }}
2121
VersionLabel: ${{ github.ref }}
22-
22+
PackOnBuild: true
23+
GeneratePackageOnBuild: true
24+
2325
defaults:
2426
run:
2527
shell: bash
@@ -56,7 +58,7 @@ jobs:
5658
fetch-depth: 0
5759

5860
- name: 🙏 build
59-
run: dotnet build -m:1 -bl:build.binlog
61+
run: dotnet build -m:1
6062

6163
- name: ⚙ GNU grep
6264
if: matrix.os == 'macOS-latest'
@@ -67,9 +69,6 @@ jobs:
6769
- name: 🧪 test
6870
uses: ./.github/workflows/test
6971

70-
- name: 📦 pack
71-
run: dotnet pack -m:1 -bl:pack.binlog
72-
7372
# Only push CI package to sleet feed if building on ubuntu (fastest)
7473
- name: 🚀 sleet
7574
env:
@@ -79,13 +78,6 @@ jobs:
7978
dotnet tool install -g --version 4.0.18 sleet
8079
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"
8180
82-
- name: 🐛 logs
83-
uses: actions/upload-artifact@v3
84-
if: runner.debug && always()
85-
with:
86-
name: logs
87-
path: '*.binlog'
88-
8981
dotnet-format:
9082
runs-on: ubuntu-latest
9183
steps:

.github/workflows/publish.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
env:
1111
DOTNET_NOLOGO: true
1212
Configuration: Release
13-
13+
PackOnBuild: true
14+
GeneratePackageOnBuild: true
15+
1416
jobs:
1517
publish:
1618
runs-on: ubuntu-latest
@@ -22,20 +24,10 @@ jobs:
2224
fetch-depth: 0
2325

2426
- name: 🙏 build
25-
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v} -bl:build.binlog
27+
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
2628

2729
- name: 🧪 test
2830
uses: ./.github/workflows/test
2931

30-
- name: 📦 pack
31-
run: dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v} -bl:pack.binlog
32-
3332
- name: 🚀 nuget
3433
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'

.netconfig

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
weak
3333
[file ".github/dependabot.yml"]
3434
url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
35-
sha = 35ca3f3405452465058d89005f8a88a65847c377
36-
etag = f8080f8f04d87529e90d9a66751d304a7141196fb9734aa2d110784e52e66898
35+
sha = 49661dbf0720cde93eb5569be7523b5912351560
36+
etag = c147ea2f3431ca0338c315c4a45b56ee233c4d30f8d6ab698d0e1980a257fd6a
3737
weak
3838
[file ".github/workflows/dotnet-file.yml"]
3939
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file.yml
@@ -81,8 +81,8 @@
8181
[file ".github/workflows/build.yml"]
8282
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
8383
weak
84-
sha = 13d67e2cf3f786c8189364fd29332aaa7dc575dc
85-
etag = c616df0877fba60002ccfc0397e9f731ddb22acbbb195a0598fedd4cac5f3135
84+
sha = 6e7a3ab866a523d036e95066ab63351b63cc8a24
85+
etag = 11c16867077f1d67b23a75e83556d3cd761aa6a69fd6c6bbed7d0f6b202c33da
8686
[file ".github/workflows/changelog.config"]
8787
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.config
8888
sha = 055a8b7c94b74ae139cce919d60b83976d2a9942
@@ -101,8 +101,8 @@
101101
[file ".github/workflows/publish.yml"]
102102
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
103103
weak
104-
sha = d3022567c9ef2bc9461511e53b8abe065afdf03b
105-
etag = 58601b5a71c805647ab26e84053acdfb8d174eaa93330487af8a5503753c5707
104+
sha = 6e7a3ab866a523d036e95066ab63351b63cc8a24
105+
etag = d2ca0380f60f4396fcf250abe334da9a3edeac6612f9d77e5dd8a93d30e46b6c
106106
[file ".github/workflows/sponsor.yml"]
107107
url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml
108108
sha = 8990ebb36199046e0b8098bad9e46dcef739c56e

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,11 @@ The versioning scheme for packages is:
438438
[![Stephen Shaw](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/decriptor.png "Stephen Shaw")](https://github.com/decriptor)
439439
[![Torutek](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/torutek-gh.png "Torutek")](https://github.com/torutek-gh)
440440
[![DRIVE.NET, Inc.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/drivenet.png "DRIVE.NET, Inc.")](https://github.com/drivenet)
441-
[![Daniel Gnägi](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/dgnaegi.png "Daniel Gnägi")](https://github.com/dgnaegi)
442441
[![Ashley Medway](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/AshleyMedway.png "Ashley Medway")](https://github.com/AshleyMedway)
443442
[![Keith Pickford](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Keflon.png "Keith Pickford")](https://github.com/Keflon)
444443
[![Thomas Bolon](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/tbolon.png "Thomas Bolon")](https://github.com/tbolon)
445444
[![Kori Francis](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/kfrancis.png "Kori Francis")](https://github.com/kfrancis)
445+
[![Sean Killeen](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/SeanKilleen.png "Sean Killeen")](https://github.com/SeanKilleen)
446446
[![Toni Wenzel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/twenzel.png "Toni Wenzel")](https://github.com/twenzel)
447447
[![Giorgi Dalakishvili](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/Giorgi.png "Giorgi Dalakishvili")](https://github.com/Giorgi)
448448
[![Mike James](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MikeCodesDotNET.png "Mike James")](https://github.com/MikeCodesDotNET)
@@ -466,7 +466,7 @@ The versioning scheme for packages is:
466466
[![Ken Bonny](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KenBonny.png "Ken Bonny")](https://github.com/KenBonny)
467467
[![Simon Cropp](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/SimonCropp.png "Simon Cropp")](https://github.com/SimonCropp)
468468
[![agileworks-eu](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/agileworks-eu.png "agileworks-eu")](https://github.com/agileworks-eu)
469-
[![](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sorahex.png "")](https://github.com/sorahex)
469+
[![sorahex](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sorahex.png "sorahex")](https://github.com/sorahex)
470470
[![Zheyu Shen](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/arsdragonfly.png "Zheyu Shen")](https://github.com/arsdragonfly)
471471
[![Vezel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/vezel-dev.png "Vezel")](https://github.com/vezel-dev)
472472

0 commit comments

Comments
 (0)