Skip to content

Commit cf902db

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 - Upload binlog artifact on debug runs devlooped/oss@a67ae78
1 parent e62b7c3 commit cf902db

File tree

5 files changed

+25
-27
lines changed

5 files changed

+25
-27
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

+9-10
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
@@ -67,8 +69,12 @@ jobs:
6769
- name: 🧪 test
6870
uses: ./.github/workflows/test
6971

70-
- name: 📦 pack
71-
run: dotnet pack -m:1 -bl:pack.binlog
72+
- name: 🐛 logs
73+
uses: actions/upload-artifact@v3
74+
if: runner.debug && always()
75+
with:
76+
name: logs
77+
path: '*.binlog'
7278

7379
# Only push CI package to sleet feed if building on ubuntu (fastest)
7480
- name: 🚀 sleet
@@ -79,13 +85,6 @@ jobs:
7985
dotnet tool install -g --version 4.0.18 sleet
8086
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"
8187
82-
- name: 🐛 logs
83-
uses: actions/upload-artifact@v3
84-
if: runner.debug && always()
85-
with:
86-
name: logs
87-
path: '*.binlog'
88-
8988
dotnet-format:
9089
runs-on: ubuntu-latest
9190
steps:

.github/workflows/publish.yml

+7-8
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
@@ -27,15 +29,12 @@ jobs:
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-
33-
- name: 🚀 nuget
34-
run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
35-
3632
- name: 🐛 logs
3733
uses: actions/upload-artifact@v3
3834
if: runner.debug && always()
3935
with:
4036
name: logs
41-
path: '*.binlog'
37+
path: '*.binlog'
38+
39+
- name: 🚀 nuget
40+
run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

.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 = a67ae78d5ac972ac49b21e032816112f5d12f623
85+
etag = ba1ca26a101829e61863a02c01f672055dce8b462ca32bc68cd6e575e3ecaee9
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 = a67ae78d5ac972ac49b21e032816112f5d12f623
105+
etag = 027f613c014e8ba0fac5c9f7433e5a30216a6479a87c33e542d7dbe5df401e1a
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,7 +438,6 @@ 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)
@@ -466,9 +465,10 @@ The versioning scheme for packages is:
466465
[![Ken Bonny](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KenBonny.png "Ken Bonny")](https://github.com/KenBonny)
467466
[![Simon Cropp](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/SimonCropp.png "Simon Cropp")](https://github.com/SimonCropp)
468467
[![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)
468+
[![sorahex](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sorahex.png "sorahex")](https://github.com/sorahex)
470469
[![Zheyu Shen](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/arsdragonfly.png "Zheyu Shen")](https://github.com/arsdragonfly)
471470
[![Vezel](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/vezel-dev.png "Vezel")](https://github.com/vezel-dev)
471+
[![Georg Jung](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/georg-jung.png "Georg Jung")](https://github.com/georg-jung)
472472
473473

474474
<!-- sponsors.md -->

0 commit comments

Comments
 (0)