File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ script:
2222- dotnet build -c $BUILD_CONFIG
2323# - dotnet publish -c $BUILD_CONFIG -r $PUBLISH_TARGET -o publish XVDTool
2424# - dotnet publish -c $BUILD_CONFIG -r $PUBLISH_TARGET -o publish XBFSTool
25+ # - dotnet publish -c $BUILD_CONFIG -r $PUBLISH_TARGET -o publish DurangoKeyExtractor
2526
2627# before_deploy:
2728# - cd XVDTool/publish
@@ -31,6 +32,10 @@ script:
3132# - cd XBFSTool/publish
3233# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip -r $TRAVIS_BUILD_DIR/XBFSTool-$PACKAGE_SUFFIX.zip .; fi
3334# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar czvf $TRAVIS_BUILD_DIR/XBFSTool-$PACKAGE_SUFFIX.tar.gz *; fi
35+ # - cd ../..
36+ # - cd DurangoKeyExtractor/publish
37+ # - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then zip -r $TRAVIS_BUILD_DIR/DurangoKeyExtractor-$PACKAGE_SUFFIX.zip .; fi
38+ # - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar czvf $TRAVIS_BUILD_DIR/DurangoKeyExtractor-$PACKAGE_SUFFIX.tar.gz *; fi
3439# - cd $TRAVIS_BUILD_DIR
3540#
3641# deploy:
@@ -42,4 +47,4 @@ script:
4247# skip_cleanup: true
4348# on:
4449# tags: true
45- # branch: master
50+ # branch: master
You can’t perform that action at this time.
0 commit comments