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 @@ -129,7 +129,7 @@ deploy:
129129 tags : true
130130 - provider : script
131131 skip_cleanup : true
132- script : cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules && cdn-win.exe .\upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
132+ script : cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules\csharp-module.dll && cdn-win.exe .\upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
133133 on :
134134 repo : FabianTerhorst/coreclr-module
135135 condition : " $WINDOWS_STABLE = true"
@@ -151,7 +151,7 @@ deploy:
151151 - provider : script
152152 skip_cleanup : true
153153 prerelease : true
154- script : cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules && cdn-win.exe .\upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
154+ script : cd .. && cd .. && cd .. && cd .. && mkdir upload && mkdir upload\modules && move .\runtime\build\src\Release\csharp-module.dll .\upload\modules\csharp-module.dll && cdn-win.exe .\upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
155155 on :
156156 repo : FabianTerhorst/coreclr-module
157157 condition : " $WINDOWS_BETA = true"
You can’t perform that action at this time.
0 commit comments