Skip to content

Commit 3752198

Browse files
Update .travis.yml
1 parent 6b4180e commit 3752198

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,30 +76,30 @@ deploy:
7676
tags: true
7777
- provider: script
7878
skip_cleanup: true
79-
script: cd .. && cd .. && cd .. && cd .. && cdn-win.exe .\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 $TRAVIS_BUILD_NUMBER
8080
on:
8181
repo: FabianTerhorst/coreclr-module
8282
condition: "$WINDOWS_STABLE = true"
8383
tags: true
8484
- provider: script
8585
skip_cleanup: true
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
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 $TRAVIS_BUILD_NUMBER
8787
on:
8888
repo: FabianTerhorst/coreclr-module
8989
condition: "$LINUX_STABLE = true"
9090
tags: true
9191
- provider: script
9292
skip_cleanup: true
9393
prerelease: true
94-
script: cd .. && cd .. && cd .. && cd .. && cdn-win.exe .\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 $TRAVIS_BUILD_NUMBER
9595
on:
9696
repo: FabianTerhorst/coreclr-module
9797
condition: "$WINDOWS_BETA = true"
9898
tags: true
9999
- provider: script
100100
skip_cleanup: true
101101
prerelease: true
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
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 $TRAVIS_BUILD_NUMBER
103103
on:
104104
repo: FabianTerhorst/coreclr-module
105105
condition: "$LINUX_BETA = true"

0 commit comments

Comments
 (0)