File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments