Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Aug 16, 2019
1 parent 8688a8c commit 07d673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ deploy:
- provider: script
skip_cleanup: true
prerelease: true
script: cd .. && cd .. && cd .. && cd .. && mkdir upload && && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules && cdn-win.exe .\upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
script: cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules && cdn-win.exe .\upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
on:
repo: FabianTerhorst/coreclr-module
condition: "$WINDOWS_BETA = true"
Expand Down

0 comments on commit 07d673d

Please sign in to comment.