Skip to content

Commit 7394bee

Browse files
committed
Apply oss template to get sleet bump for proper indexing
This allows searching for SmallSharp package in the sleet feed too. Fixes #19
1 parent 5673e44 commit 7394bee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
env:
1212
DOTNET_NOLOGO: true
13-
MSBUILDDISABLENODEREUSE: 1
1413

1514
defaults:
1615
run:
@@ -65,5 +64,5 @@ jobs:
6564
SLEET_CONNECTION: ${{ secrets.SLEET_CONNECTION }}
6665
if: matrix.os == 'ubuntu-latest' && env.SLEET_CONNECTION != ''
6766
run: |
68-
dotnet tool install -g --version 3.2.0 sleet
67+
dotnet tool install -g --version 4.0.18 sleet
6968
sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure"

.netconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
weak
2828
[file ".github/workflows/build.yml"]
2929
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
30-
etag = 337666cc9f17f0cf395df950370967381f6de5134cc215f61035d36f38fed3a3
30+
etag = 3ece28919da5fd43d3e264c775cb64b9f2f4a40dd8a02ec5a60617e203ecf97f
3131
weak
3232
[file ".github/workflows/changelog.yml"]
3333
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml

0 commit comments

Comments
 (0)