Skip to content

Commit 47c1a2a

Browse files
committed
build
1 parent f1be8ef commit 47c1a2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
- dotnet pack -c Release Tensor/Tensor.sln
2222
- pwsh Tensor/Tensor.Docs/Build.ps1
2323
after_success:
24-
- dotnet nuget push -s https://www.myget.org/F/coreports/api/v2/package -k $MYGETKEY 'Packages/Release/*.nupkg'
24+
- dotnet nuget push -s https://www.myget.org/F/coreports/api/v2/package -k $MYGETKEY 'Packages/Release/*.nupkg' || true
2525
- if [ "$TRAVIS_BRANCH" = "master" ]; then git clone https://github.com/DeepMLNet/webpage.git; rm -rf webpage/.git webpage/Tensor; cp -av Tensor/Tensor.Docs/_site/ webpage/Tensor; fi
2626
deploy:
2727
provider: pages

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Sebastian Urban <[email protected]>
2+
Marcus Basalla <[email protected]>
3+
Johannes Langer <[email protected]>
4+
Wiebke Köpp <[email protected]>

0 commit comments

Comments
 (0)