File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,7 @@ deploy:
6868 - master
6969 - provider : script
7070 skip_cleanup : true
71- script :
72- - cd ..
73- - cd ..
74- - ls -l
75- - .\scs3-win.exe upload .\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
71+ script : ls -l && cd .. && cd .. && ls -l && .\scs3-win.exe upload .\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
7672 on :
7773 repo : FabianTerhorst/coreclr-module
7874 condition : " $TRAVIS_OS_NAME = windows"
@@ -82,10 +78,7 @@ deploy:
8278 - master
8379 - provider : script
8480 skip_cleanup : true
85- script :
86- - cd ..
87- - ls -l
88- - .\scs3-linux upload ./src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
81+ script : ls -l && cd .. && ls -l && .\scs3-linux upload ./src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
8982 on :
9083 repo : FabianTerhorst/coreclr-module
9184 condition : " $TRAVIS_OS_NAME = linux"
You can’t perform that action at this time.
0 commit comments