Skip to content

Commit 427ca9c

Browse files
author
Daniel James
committed
Fixed missing --configuration flag in build script
1 parent 8b90c2a commit 427ca9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dotnet: 2.0.0
77

88
script:
99
- dotnet restore
10-
- dotnet build
10+
- dotnet build --configuration Release
1111
- "if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_TAG ]]; then
1212
dotnet pack . --configuration Release /p:Version=$TRAVIS_TAG;
1313
nuget push ./bin/Release/*.nupkg -ApiKey $NUGET_API_KEY;

0 commit comments

Comments
 (0)