Skip to content

Commit 2531f8f

Browse files
Update .travis.yml
1 parent 37842e1 commit 2531f8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ deploy:
105105
- master
106106
- provider: script
107107
skip_cleanup: true
108+
prerelease: true
108109
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
109110
on:
110111
repo: FabianTerhorst/coreclr-module
@@ -115,6 +116,7 @@ deploy:
115116
- dev
116117
- provider: script
117118
skip_cleanup: true
119+
prerelease: true
118120
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
119121
on:
120122
repo: FabianTerhorst/coreclr-module

0 commit comments

Comments
 (0)