Skip to content

Commit 9950d56

Browse files
Update .travis.yml
1 parent 6456fd2 commit 9950d56

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ deploy:
4242
file: libcsharp-module.so
4343
on:
4444
repo: FabianTerhorst/coreclr-module
45-
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS true
45+
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS false
4646
tags: true
4747
branches:
4848
only:
@@ -54,7 +54,7 @@ deploy:
5454
file: csharp-module.dll
5555
on:
5656
repo: FabianTerhorst/coreclr-module
57-
condition: "$TRAVIS_OS_NAME = windows"
57+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS false
5858
tags: true
5959
branches:
6060
only:
@@ -67,7 +67,7 @@ deploy:
6767
file: libcsharp-module.so
6868
on:
6969
repo: FabianTerhorst/coreclr-module
70-
condition: "$TRAVIS_OS_NAME = linux"
70+
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS true
7171
tags: true
7272
branches:
7373
only:
@@ -80,7 +80,7 @@ deploy:
8080
file: csharp-module.dll
8181
on:
8282
repo: FabianTerhorst/coreclr-module
83-
condition: "$TRAVIS_OS_NAME = windows"
83+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS true
8484
tags: true
8585
branches:
8686
only:
@@ -90,7 +90,7 @@ deploy:
9090
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
9191
on:
9292
repo: FabianTerhorst/coreclr-module
93-
condition: "$TRAVIS_OS_NAME = windows"
93+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS false
9494
tags: true
9595
branches:
9696
only:
@@ -100,7 +100,7 @@ deploy:
100100
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
101101
on:
102102
repo: FabianTerhorst/coreclr-module
103-
condition: "$TRAVIS_OS_NAME = linux"
103+
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS false
104104
tags: true
105105
branches:
106106
only:
@@ -111,7 +111,7 @@ deploy:
111111
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
112112
on:
113113
repo: FabianTerhorst/coreclr-module
114-
condition: "$TRAVIS_OS_NAME = windows"
114+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS true
115115
tags: true
116116
branches:
117117
only:
@@ -122,7 +122,7 @@ deploy:
122122
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
123123
on:
124124
repo: FabianTerhorst/coreclr-module
125-
condition: "$TRAVIS_OS_NAME = linux"
125+
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS true
126126
tags: true
127127
branches:
128128
only:

0 commit comments

Comments
 (0)