Skip to content

Commit 0b956ec

Browse files
committed
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Make sure the feed url is available to msbuild devlooped/oss@931da83
1 parent fb16d5e commit 0b956ec

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ env:
2828
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2929
MSBUILDTERMINALLOGGER: auto
3030
Configuration: ${{ github.event.inputs.configuration || 'Release' }}
31+
SLEET_FEED_URL: ${{ vars.SLEET_FEED_URL }}
3132

3233
defaults:
3334
run:

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ env:
1515
VersionLabel: ${{ github.ref }}
1616
GH_TOKEN: ${{ secrets.GH_TOKEN }}
1717
MSBUILDTERMINALLOGGER: auto
18-
18+
SLEET_FEED_URL: ${{ vars.SLEET_FEED_URL }}
19+
1920
jobs:
2021
publish:
2122
runs-on: ${{ vars.PUBLISH_AGENT || 'ubuntu-latest' }}

.netconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
weak
4646
[file ".github/workflows/build.yml"]
4747
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
48-
sha = ec9d7cdd9c20d9fed7e388bc004af07c16e5a8de
48+
sha = 931da830a361d69b419887a0edbb424517ca75fc
4949

50-
etag = 11226bff19119caeca82a2e523712d8d9fc32d978180e3f03241251f5b3f3588
50+
etag = ea785d08ab67abc57629649b0a418a515dc58248de12668f3616908873f8ecc6
5151
weak
5252
[file ".github/workflows/changelog.config"]
5353
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.config
@@ -66,9 +66,9 @@
6666
weak
6767
[file ".github/workflows/publish.yml"]
6868
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
69-
sha = 06e898ccba692566ebf845fa7c8833ac6c318c0a
69+
sha = 931da830a361d69b419887a0edbb424517ca75fc
7070

71-
etag = 2f64f75ad01f735fd05290370fb8a826111ac8dd7e74ce04226bb627a54a62ba
71+
etag = 62a13b8b34b1b265cdc045bf7ea001dee7bdc184cba7abfea5fe77283cf419a6
7272
weak
7373
[file ".gitignore"]
7474
url = https://github.com/devlooped/oss/blob/main/.gitignore

0 commit comments

Comments
 (0)