Skip to content

Commit f6c87f1

Browse files
committed
< /dev/null
1 parent 0029536 commit f6c87f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
steps:
1313
- checkout
1414
- run: dotnet build -c Debug
15-
- run: dotnet test -c Debug --no-build
15+
- run: dotnet test -c Debug --no-build < /dev/null
1616
build-push:
1717
executor: dotnet
1818
steps:
1919
- checkout
2020
- run: dotnet build -c Release -p:Version=${CIRCLE_TAG}
21-
- run: dotnet test -c Release --no-build
21+
- run: dotnet test -c Release --no-build < /dev/null
2222
- run: dotnet pack ./src/ConsoleAppFramework/ConsoleAppFramework.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
2323
- run: dotnet pack ./src/ConsoleAppFramework.WebHosting/ConsoleAppFramework.WebHosting.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
2424
- store_artifacts:

0 commit comments

Comments
 (0)