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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ deploy:
100
100
branches:
101
101
only:
102
102
- master
103
-
- provider: script
103
+
- provider: script
104
104
skip_cleanup: true
105
105
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
106
106
on:
@@ -110,7 +110,7 @@ deploy:
110
110
branches:
111
111
only:
112
112
- dev
113
-
- provider: script
113
+
- provider: script
114
114
skip_cleanup: true
115
115
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