mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Appveyor: Patch Version (#2073)
-Patch csproj version in Appveyor build -Rename Jacket.Common to Jackett.Common -Remove build.bat (no longer used or maintained)
This commit is contained in:
37
Build.bat
37
Build.bat
@@ -1,37 +0,0 @@
|
|||||||
|
|
||||||
rmdir /s /q build.windows
|
|
||||||
rmdir /s /q build.mono
|
|
||||||
rmdir /s /q Output
|
|
||||||
cd src
|
|
||||||
Msbuild Jackett.sln /t:Clean,Build /p:Configuration=Release /verbosity:minimal
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
xcopy src\Jackett.Console\bin\Release build.windows\ /e /y
|
|
||||||
copy /Y src\Jackett.Service\bin\Release\JackettService.exe build.windows\JackettService.exe
|
|
||||||
copy /Y src\Jackett.Service\bin\Release\JackettService.exe.config build.windows\JackettService.exe.config
|
|
||||||
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe build.windows\JackettTray.exe
|
|
||||||
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe.config build.windows\JackettTray.exe.config
|
|
||||||
copy /Y src\Jackett.Updater\bin\Release\JackettUpdater.exe build.windows\JackettUpdater.exe
|
|
||||||
copy /Y src\Jackett.Updater\bin\Release\JackettUpdater.exe.config build.windows\JackettUpdater.exe.config
|
|
||||||
copy /Y LICENSE build.windows\LICENSE
|
|
||||||
copy /Y README.md build.windows\README.md
|
|
||||||
|
|
||||||
|
|
||||||
cd src
|
|
||||||
Msbuild Jackett.sln /t:Clean
|
|
||||||
call "C:\Program Files (x86)\Mono\bin\xbuild.bat" Jackett.sln /t:Build /p:Configuration=Release /verbosity:minimal
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
xcopy src\Jackett.Console\bin\Release build.mono\ /e /y
|
|
||||||
copy /Y src\Jackett.Service\bin\Release\JackettService.exe build.mono\JackettService.exe
|
|
||||||
copy /Y src\Jackett.Service\bin\Release\JackettService.exe.config build.mono\JackettService.exe.config
|
|
||||||
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe build.mono\JackettTray.exe
|
|
||||||
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe.config build.mono\JackettTray.exe.config
|
|
||||||
copy /Y src\Jackett.Updater\bin\Release\JackettUpdater.exe build.mono\JackettUpdater.exe
|
|
||||||
copy /Y src\Jackett.Updater\bin\Release\JackettUpdater.exe.config build.mono\JackettUpdater.exe.config
|
|
||||||
copy /Y LICENSE build.mono\LICENSE
|
|
||||||
copy /Y README.md build.mono\README.md
|
|
||||||
copy /Y Upstart.config build.mono\Upstart.config
|
|
||||||
|
|
||||||
iscc Installer.iss
|
|
||||||
|
|
@@ -11,6 +11,14 @@ assembly_info:
|
|||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
assembly_file_version: '{version}'
|
assembly_file_version: '{version}'
|
||||||
assembly_informational_version: '{version}'
|
assembly_informational_version: '{version}'
|
||||||
|
dotnet_csproj:
|
||||||
|
patch: true
|
||||||
|
file: '**\*.csproj'
|
||||||
|
version: '{version}'
|
||||||
|
package_version: '{version}'
|
||||||
|
assembly_version: '{version}'
|
||||||
|
file_version: '{version}'
|
||||||
|
informational_version: '{version}'
|
||||||
install:
|
install:
|
||||||
- cmd: choco install InnoSetup
|
- cmd: choco install InnoSetup
|
||||||
before_build:
|
before_build:
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
|
||||||
|
<Version>0.0.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
@@ -74,9 +74,9 @@
|
|||||||
<Project>{74420a79-cc16-442c-8b1e-7c1b913844f0}</Project>
|
<Project>{74420a79-cc16-442c-8b1e-7c1b913844f0}</Project>
|
||||||
<Name>CurlSharp</Name>
|
<Name>CurlSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\Jackett.Common\Jacket.Common.csproj">
|
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj">
|
||||||
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
||||||
<Name>Jacket.Common</Name>
|
<Name>Jackett.Common</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\Jackett\Jackett.csproj">
|
<ProjectReference Include="..\Jackett\Jackett.csproj">
|
||||||
<Project>{e636d5f8-68b4-4903-b4ed-ccfd9c9e899f}</Project>
|
<Project>{e636d5f8-68b4-4903-b4ed-ccfd9c9e899f}</Project>
|
||||||
|
@@ -79,9 +79,9 @@
|
|||||||
<Project>{74420a79-cc16-442c-8b1e-7c1b913844f0}</Project>
|
<Project>{74420a79-cc16-442c-8b1e-7c1b913844f0}</Project>
|
||||||
<Name>CurlSharp</Name>
|
<Name>CurlSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\Jackett.Common\Jacket.Common.csproj">
|
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj">
|
||||||
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
||||||
<Name>Jacket.Common</Name>
|
<Name>Jackett.Common</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\Jackett\Jackett.csproj">
|
<ProjectReference Include="..\Jackett\Jackett.csproj">
|
||||||
<Project>{e636d5f8-68b4-4903-b4ed-ccfd9c9e899f}</Project>
|
<Project>{e636d5f8-68b4-4903-b4ed-ccfd9c9e899f}</Project>
|
||||||
|
@@ -99,9 +99,9 @@
|
|||||||
<Content Include="jackett.ico" />
|
<Content Include="jackett.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Jackett.Common\Jacket.Common.csproj">
|
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj">
|
||||||
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
||||||
<Name>Jacket.Common</Name>
|
<Name>Jackett.Common</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\Jackett\Jackett.csproj">
|
<ProjectReference Include="..\Jackett\Jackett.csproj">
|
||||||
<Project>{e636d5f8-68b4-4903-b4ed-ccfd9c9e899f}</Project>
|
<Project>{e636d5f8-68b4-4903-b4ed-ccfd9c9e899f}</Project>
|
||||||
|
@@ -67,9 +67,9 @@
|
|||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Jackett.Common\Jacket.Common.csproj">
|
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj">
|
||||||
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
<Project>{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}</Project>
|
||||||
<Name>Jacket.Common</Name>
|
<Name>Jackett.Common</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\Jackett.Service\Jackett.Service.csproj">
|
<ProjectReference Include="..\Jackett.Service\Jackett.Service.csproj">
|
||||||
<Project>{bf611f7b-4658-4cb8-aa9e-0736fadaa3ba}</Project>
|
<Project>{bf611f7b-4658-4cb8-aa9e-0736fadaa3ba}</Project>
|
||||||
|
@@ -8,7 +8,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CurlSharp", "CurlSharp\Curl
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE7B0C8A-6144-47CD-821E-B09BA1B7BADE}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE7B0C8A-6144-47CD-821E-B09BA1B7BADE}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
..\Build.bat = ..\Build.bat
|
..\appveyor.yml = ..\appveyor.yml
|
||||||
..\Installer.iss = ..\Installer.iss
|
..\Installer.iss = ..\Installer.iss
|
||||||
..\LICENSE = ..\LICENSE
|
..\LICENSE = ..\LICENSE
|
||||||
..\README.md = ..\README.md
|
..\README.md = ..\README.md
|
||||||
@@ -30,7 +30,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DateTimeRoutines", "DateTim
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{2FA9B879-5882-4B39-8D34-9EBCB82B4F2B}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{2FA9B879-5882-4B39-8D34-9EBCB82B4F2B}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jacket.Common", "Jackett.Common\Jacket.Common.csproj", "{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jackett.Common", "Jackett.Common\Jackett.Common.csproj", "{6B854A1B-9A90-49C0-BC37-9A35C75BCA73}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NET", ".NET", "{FF8B9A1B-AE7E-4F14-9C37-DA861D034738}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NET", ".NET", "{FF8B9A1B-AE7E-4F14-9C37-DA861D034738}"
|
||||||
EndProject
|
EndProject
|
||||||
|
@@ -286,9 +286,9 @@
|
|||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Jackett.Common\Jacket.Common.csproj">
|
<ProjectReference Include="..\Jackett.Common\Jackett.Common.csproj">
|
||||||
<Project>{6b854a1b-9a90-49c0-bc37-9a35c75bca73}</Project>
|
<Project>{6b854a1b-9a90-49c0-bc37-9a35c75bca73}</Project>
|
||||||
<Name>Jacket.Common</Name>
|
<Name>Jackett.Common</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
Reference in New Issue
Block a user