Skip to content

Commit ff34810

Browse files
Fix travis windows build
1 parent 07d673d commit ff34810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ deploy:
129129
tags: true
130130
- provider: script
131131
skip_cleanup: true
132-
script: cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules && cdn-win.exe .\upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
132+
script: cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules\csharp-module.dll && cdn-win.exe .\upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
133133
on:
134134
repo: FabianTerhorst/coreclr-module
135135
condition: "$WINDOWS_STABLE = true"
@@ -151,7 +151,7 @@ deploy:
151151
- provider: script
152152
skip_cleanup: true
153153
prerelease: true
154-
script: cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules && cdn-win.exe .\upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
154+
script: cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules\csharp-module.dll && cdn-win.exe .\upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
155155
on:
156156
repo: FabianTerhorst/coreclr-module
157157
condition: "$WINDOWS_BETA = true"

0 commit comments

Comments
 (0)