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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,30 +76,30 @@ deploy:
76
76
tags: true
77
77
- provider: script
78
78
skip_cleanup: true
79
-
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
79
+
script: cd .. && cd .. && cd .. && cd .. && cdn-win.exe .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
80
80
on:
81
81
repo: FabianTerhorst/coreclr-module
82
82
condition: "$WINDOWS_STABLE = true"
83
83
tags: true
84
84
- provider: script
85
85
skip_cleanup: true
86
-
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
86
+
script: cd .. && cd .. && cd .. && chmod +x ./cdn-linux && ./cdn-linux ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
87
87
on:
88
88
repo: FabianTerhorst/coreclr-module
89
89
condition: "$LINUX_STABLE = true"
90
90
tags: true
91
91
- provider: script
92
92
skip_cleanup: true
93
93
prerelease: true
94
-
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
94
+
script: cd .. && cd .. && cd .. && cd .. && cdn-win.exe .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
95
95
on:
96
96
repo: FabianTerhorst/coreclr-module
97
97
condition: "$WINDOWS_BETA = true"
98
98
tags: true
99
99
- provider: script
100
100
skip_cleanup: true
101
101
prerelease: true
102
-
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
102
+
script: cd .. && cd .. && cd .. && chmod +x ./cdn-linux && ./cdn-linux ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
0 commit comments