You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ deploy:
105
105
- master
106
106
- provider: script
107
107
skip_cleanup: true
108
+
prerelease: true
108
109
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
109
110
on:
110
111
repo: FabianTerhorst/coreclr-module
@@ -115,6 +116,7 @@ deploy:
115
116
- dev
116
117
- provider: script
117
118
skip_cleanup: true
119
+
prerelease: true
118
120
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
0 commit comments