Skip to content

Commit

Permalink
Show package info before release step
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Aug 18, 2020
1 parent e0a717d commit 9d4f71f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ script:
dotnet publish -c Release -r $platform-x64 -o $(pwd)/dist/$platform-x64 --self-contained false -nologo -v q
done
- ( cd dist && zip -r baddicom-win-x64-$TRAVIS_TAG.zip ./win-x64 && tar czf baddicom-linux-x64-$TRAVIS_TAG.tar.gz ./linux-x64 && cd - )
- ls -lh dist

- cd ./BadDicom/bin/Debug/netcoreapp2.2
- curl https://raw.githubusercontent.com/HicServices/DicomTypeTranslation/master/Templates/CT.it > ./CT.it
Expand All @@ -43,11 +42,13 @@ script:

- cd ../../../..
- pwd
- ls -lh dist

after_success:
- if [ -z "$TRAVIS_TAG" ]; then travis_terminate 0; fi
- dotnet nuget push "./BadMedicine.Dicom/bin/Release/HIC.BadMedicine.Dicom.$VERSION.nupkg"
-s https://api.nuget.org/v3/index.json -k $NUGET_KEY || true

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 9d4f71f

Please sign in to comment.