deployment changes

pull/1488/head
Jamie.Rees 7 years ago
parent 70b8bc8e94
commit 166a83d13a

@ -30,16 +30,16 @@ after_build:
- dotnet publish "../Ombi.Updater" -c Release -r debian.8-x64 - dotnet publish "../Ombi.Updater" -c Release -r debian.8-x64
- dotnet publish "../Ombi.Updater" -c Release -r centos.7-x64 - dotnet publish "../Ombi.Updater" -c Release -r centos.7-x64
# Copy over the updater files so we can include them in the .zip # Copy over the updater files so we can include them in the .zip
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\win10-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish\Ombi.Updater.dll"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.exe" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\win10-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish\Ombi.Updater.exe"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/osx.10.12-x64/publish/Ombi.Updater.dll" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\osx.10.12-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\osx.10.12-x64\publish\Ombi.Updater.dll"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/osx.10.12-x64/publish/Ombi.Updater.exe" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\osx.10.12-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\osx.10.12-x64\publish\Ombi.Updater.exe"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/ubuntu.16.10-x64/publish/Ombi.Updater.dll" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\ubuntu.16.10-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\ubuntu.16.10-x64\publish\Ombi.Updater.dll"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/ubuntu.16.10-x64/publish/Ombi.Updater.exe" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\ubuntu.16.10-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\ubuntu.16.10-x64\publish\Ombi.Updater.exe"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/debian.8-x64/publish/Ombi.Updater.dll" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\debian.8-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\debian.8-x64\publish\Ombi.Updater.dll"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/debian.8-x64/publish/Ombi.Updater.exe" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\debian.8-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\debian.8-x64\publish\Ombi.Updater.exe"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/centos.7-x64/publish/Ombi.Updater.dll" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\centos.7-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\centos.7-x64\publish\Ombi.Updater.dll"
- copy "../Ombi.Updater/bin/release/netcoreapp1.1/win10-x64/publish/Ombi.Updater.dll" "bin/Release/netcoreapp1.1/centos.7-x64/publish/Ombi.Updater.exe" - copy "%APPVEYOR_BUILD_FOLDER%\src\Ombi.Updater\bin\release\netcoreapp1.1\centos.7-x64\publish\Ombi.Updater.dll" "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\centos.7-x64\publish\Ombi.Updater.exe"
- cmd: >- - cmd: >-
7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish 7z a Ombi_windows.zip %APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp1.1\win10-x64\publish

Loading…
Cancel
Save