You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ deploy:
42
42
file: libcsharp-module.so
43
43
on:
44
44
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
46
46
tags: true
47
47
branches:
48
48
only:
@@ -54,7 +54,7 @@ deploy:
54
54
file: csharp-module.dll
55
55
on:
56
56
repo: FabianTerhorst/coreclr-module
57
-
condition: "$TRAVIS_OS_NAME = windows"
57
+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS false
58
58
tags: true
59
59
branches:
60
60
only:
@@ -67,7 +67,7 @@ deploy:
67
67
file: libcsharp-module.so
68
68
on:
69
69
repo: FabianTerhorst/coreclr-module
70
-
condition: "$TRAVIS_OS_NAME = linux"
70
+
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS true
71
71
tags: true
72
72
branches:
73
73
only:
@@ -80,7 +80,7 @@ deploy:
80
80
file: csharp-module.dll
81
81
on:
82
82
repo: FabianTerhorst/coreclr-module
83
-
condition: "$TRAVIS_OS_NAME = windows"
83
+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS true
84
84
tags: true
85
85
branches:
86
86
only:
@@ -90,7 +90,7 @@ deploy:
90
90
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
91
91
on:
92
92
repo: FabianTerhorst/coreclr-module
93
-
condition: "$TRAVIS_OS_NAME = windows"
93
+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS false
94
94
tags: true
95
95
branches:
96
96
only:
@@ -100,7 +100,7 @@ deploy:
100
100
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
101
101
on:
102
102
repo: FabianTerhorst/coreclr-module
103
-
condition: "$TRAVIS_OS_NAME = linux"
103
+
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS false
104
104
tags: true
105
105
branches:
106
106
only:
@@ -111,7 +111,7 @@ deploy:
111
111
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
112
112
on:
113
113
repo: FabianTerhorst/coreclr-module
114
-
condition: "$TRAVIS_OS_NAME = windows"
114
+
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS true
115
115
tags: true
116
116
branches:
117
117
only:
@@ -122,7 +122,7 @@ deploy:
122
122
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
123
123
on:
124
124
repo: FabianTerhorst/coreclr-module
125
-
condition: "$TRAVIS_OS_NAME = linux"
125
+
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS true
0 commit comments