File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,30 +77,30 @@ deploy:
7777 tags : true
7878 - provider : script
7979 skip_cleanup : true
80- script : cd .. && cd .. && cd .. && cd .. && mkdir upload && move .\runtime\build\src\Release\csharp-module.dll .\upload && cdn-win.exe .\upload coreclr-module/stable/x64_win32/ "${TRAVIS_BUILD_NUMBER}"
80+ script : cd .. && cd .. && cd .. && cd .. && mkdir upload && move .\runtime\build\src\Release\csharp-module.dll .\upload && cdn-win.exe .\upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
8181 on :
8282 repo : FabianTerhorst/coreclr-module
8383 condition : " $WINDOWS_STABLE = true"
8484 tags : true
8585 - provider : script
8686 skip_cleanup : true
87- script : cd .. && cd .. && cd .. && chmod +x ./cdn-linux && mkdir upload && mv ./runtime/build/src/libcsharp-module.so ./upload/libcsharp-module.so && ./cdn-linux ./upload coreclr-module/stable/x64_linux/ "${TRAVIS_BUILD_NUMBER}"
87+ script : cd .. && cd .. && cd .. && chmod +x ./cdn-linux && mkdir upload && mv ./runtime/build/src/libcsharp-module.so ./upload/libcsharp-module.so && ./cdn-linux ./upload coreclr-module/stable/x64_linux "${TRAVIS_BUILD_NUMBER}"
8888 on :
8989 repo : FabianTerhorst/coreclr-module
9090 condition : " $LINUX_STABLE = true"
9191 tags : true
9292 - provider : script
9393 skip_cleanup : true
9494 prerelease : true
95- script : cd .. && cd .. && cd .. && cd .. && mkdir upload && move .\runtime\build\src\Release\csharp-module.dll .\upload && cdn-win.exe .\upload coreclr-module/beta/x64_win32/ "${TRAVIS_BUILD_NUMBER}"
95+ script : cd .. && cd .. && cd .. && cd .. && mkdir upload && move .\runtime\build\src\Release\csharp-module.dll .\upload && cdn-win.exe .\upload coreclr-module/beta/x64_win32 "${TRAVIS_BUILD_NUMBER}"
9696 on :
9797 repo : FabianTerhorst/coreclr-module
9898 condition : " $WINDOWS_BETA = true"
9999 tags : true
100100 - provider : script
101101 skip_cleanup : true
102102 prerelease : true
103- script : cd .. && cd .. && cd .. && chmod +x ./cdn-linux && mkdir upload && mv ./runtime/build/src/libcsharp-module.so ./upload/libcsharp-module.so && ./cdn-linux ./upload coreclr-module/beta/x64_linux/ "${TRAVIS_BUILD_NUMBER}"
103+ script : cd .. && cd .. && cd .. && chmod +x ./cdn-linux && mkdir upload && mv ./runtime/build/src/libcsharp-module.so ./upload/libcsharp-module.so && ./cdn-linux ./upload coreclr-module/beta/x64_linux "${TRAVIS_BUILD_NUMBER}"
104104 on :
105105 repo : FabianTerhorst/coreclr-module
106106 condition : " $LINUX_BETA = true"
You can’t perform that action at this time.
0 commit comments