Skip to content

Commit ed5d7fc

Browse files
cleanup
1 parent 0570447 commit ed5d7fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
- "*.x"
8-
- feature/*
8+
# - feature/*
99
paths-ignore:
1010
- "**.md"
1111

@@ -23,6 +23,5 @@ jobs:
2323
with:
2424
dotnet-version: 8.0.x
2525
# publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
26-
publishable: true
2726
secrets:
2827
nuget-auth-token: ${{ secrets.NUGET_KEY }}

test/TimerHttpMiddlewareTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using static FluentlyHttpClient.Test.ServiceTestUtil;
22

33
namespace Test;
4-
// test
4+
55
public class TimerHttpMiddlewareTest
66
{
77
[Fact]

0 commit comments

Comments
 (0)