We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0029536 commit f6c87f1Copy full SHA for f6c87f1
.circleci/config.yml
@@ -12,13 +12,13 @@ jobs:
12
steps:
13
- checkout
14
- run: dotnet build -c Debug
15
- - run: dotnet test -c Debug --no-build
+ - run: dotnet test -c Debug --no-build < /dev/null
16
build-push:
17
executor: dotnet
18
19
20
- run: dotnet build -c Release -p:Version=${CIRCLE_TAG}
21
- - run: dotnet test -c Release --no-build
+ - run: dotnet test -c Release --no-build < /dev/null
22
- run: dotnet pack ./src/ConsoleAppFramework/ConsoleAppFramework.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
23
- run: dotnet pack ./src/ConsoleAppFramework.WebHosting/ConsoleAppFramework.WebHosting.csproj -c Release --no-build -p:Version=${CIRCLE_TAG}
24
- store_artifacts:
0 commit comments