Skip to content

Commit 8391f3b

Browse files
Revert "Update .travis.yml"
This reverts commit 9b87ed5.
1 parent 18f4dc3 commit 8391f3b

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
@@ -142,7 +142,7 @@ deploy:
142142
tags: true
143143
- provider: script
144144
skip_cleanup: true
145-
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/stable/x64_win32
145+
script: cdn-win.exe .\upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
146146
on:
147147
repo: FabianTerhorst/coreclr-module
148148
condition: "$WINDOWS_STABLE = true"
@@ -164,7 +164,7 @@ deploy:
164164
- provider: script
165165
skip_cleanup: true
166166
prerelease: true
167-
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/alpha/x64_win32
167+
script: cdn-win.exe upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
168168
on:
169169
repo: FabianTerhorst/coreclr-module
170170
condition: "$WINDOWS_BETA = true"

0 commit comments

Comments
 (0)