Skip to content

Commit 8b90c2a

Browse files
author
Daniel James
committed
Corrected paths to project
1 parent 7ba0741 commit 8b90c2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ script:
99
- dotnet restore
1010
- dotnet build
1111
- "if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_TAG ]]; then
12-
dotnet pack ./DestructureExtensions --configuration Release /p:Version=$TRAVIS_TAG;
13-
nuget push ./DestructureExtensions/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY;
12+
dotnet pack . --configuration Release /p:Version=$TRAVIS_TAG;
13+
nuget push ./bin/Release/*.nupkg -ApiKey $NUGET_API_KEY;
1414
fi"

0 commit comments

Comments
 (0)