Skip to content

Commit

Permalink
remove ReleaseTest project for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
floribe2000 committed Oct 14, 2023
1 parent 5311fe7 commit 6b45dd3
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 126 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop-release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- release/desktop

jobs:
build-and-release:
build-and-test:
runs-on: windows-latest
name: Release build and version check
name: Release build and test

steps:
- uses: actions/checkout@v3
Expand All @@ -19,9 +19,9 @@ jobs:
with:
global-json-file: global.json
- name: Build application
run: dotnet build dirs.proj -c Release -p:ReleaseTest=true
run: dotnet build dirs.proj -c Release
- name: Test application
run: dotnet test dirs.proj --no-build -c Release -p:ReleaseTest=true --verbosity normal
run: dotnet test dirs.proj --no-build -c Release --verbosity normal

verify-squirrel-release:
runs-on: windows-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@
}
}
}
}
}
21 changes: 0 additions & 21 deletions WoWsShipBuilder.ReleaseTest/GithubApiResponse.cs

This file was deleted.

52 changes: 0 additions & 52 deletions WoWsShipBuilder.ReleaseTest/ReleaseTest.cs

This file was deleted.

19 changes: 0 additions & 19 deletions WoWsShipBuilder.ReleaseTest/WoWsShipBuilder.ReleaseTest.csproj

This file was deleted.

25 changes: 0 additions & 25 deletions WoWsShipBuilder.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Workflows", "GitHub
.github\workflows\web-release-check.yaml = .github\workflows\web-release-check.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WoWsShipBuilder.ReleaseTest", "WoWsShipBuilder.ReleaseTest\WoWsShipBuilder.ReleaseTest.csproj", "{282ECA58-2A33-40FC-9CD8-773E093BF8FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WoWsShipBuilder.Web", "WoWsShipBuilder.Web\WoWsShipBuilder.Web.csproj", "{D0FAB2EE-BAD4-4A7A-B9AD-1FC1565E13CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WoWsShipBuilder.Web.Test", "WoWsShipBuilder.Web.Test\WoWsShipBuilder.Web.Test.csproj", "{EB9B20AB-09DC-447C-948F-ABEB0E240E7B}"
Expand All @@ -57,66 +55,43 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseTest|Any CPU = ReleaseTest|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEF97171-B405-488E-A45D-DCDF8DCF0761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEF97171-B405-488E-A45D-DCDF8DCF0761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEF97171-B405-488E-A45D-DCDF8DCF0761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEF97171-B405-488E-A45D-DCDF8DCF0761}.Release|Any CPU.Build.0 = Release|Any CPU
{EEF97171-B405-488E-A45D-DCDF8DCF0761}.ReleaseTest|Any CPU.ActiveCfg = Release|Any CPU
{EEF97171-B405-488E-A45D-DCDF8DCF0761}.ReleaseTest|Any CPU.Build.0 = Release|Any CPU
{282ECA58-2A33-40FC-9CD8-773E093BF8FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{282ECA58-2A33-40FC-9CD8-773E093BF8FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{282ECA58-2A33-40FC-9CD8-773E093BF8FD}.ReleaseTest|Any CPU.ActiveCfg = Release|Any CPU
{282ECA58-2A33-40FC-9CD8-773E093BF8FD}.ReleaseTest|Any CPU.Build.0 = Release|Any CPU
{D0FAB2EE-BAD4-4A7A-B9AD-1FC1565E13CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0FAB2EE-BAD4-4A7A-B9AD-1FC1565E13CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0FAB2EE-BAD4-4A7A-B9AD-1FC1565E13CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0FAB2EE-BAD4-4A7A-B9AD-1FC1565E13CC}.Release|Any CPU.Build.0 = Release|Any CPU
{D0FAB2EE-BAD4-4A7A-B9AD-1FC1565E13CC}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{D0FAB2EE-BAD4-4A7A-B9AD-1FC1565E13CC}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
{EB9B20AB-09DC-447C-948F-ABEB0E240E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB9B20AB-09DC-447C-948F-ABEB0E240E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB9B20AB-09DC-447C-948F-ABEB0E240E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB9B20AB-09DC-447C-948F-ABEB0E240E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{EB9B20AB-09DC-447C-948F-ABEB0E240E7B}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{EB9B20AB-09DC-447C-948F-ABEB0E240E7B}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
{20ECB4C1-F0B2-48D5-B3A5-0684C0F9705C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20ECB4C1-F0B2-48D5-B3A5-0684C0F9705C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20ECB4C1-F0B2-48D5-B3A5-0684C0F9705C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20ECB4C1-F0B2-48D5-B3A5-0684C0F9705C}.Release|Any CPU.Build.0 = Release|Any CPU
{20ECB4C1-F0B2-48D5-B3A5-0684C0F9705C}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{20ECB4C1-F0B2-48D5-B3A5-0684C0F9705C}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
{0D42323B-A853-4968-94B2-4BD6C8CC3103}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D42323B-A853-4968-94B2-4BD6C8CC3103}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D42323B-A853-4968-94B2-4BD6C8CC3103}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D42323B-A853-4968-94B2-4BD6C8CC3103}.Release|Any CPU.Build.0 = Release|Any CPU
{0D42323B-A853-4968-94B2-4BD6C8CC3103}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{0D42323B-A853-4968-94B2-4BD6C8CC3103}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
{FB141047-D909-4C88-85DF-8F14E6E2A23B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB141047-D909-4C88-85DF-8F14E6E2A23B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB141047-D909-4C88-85DF-8F14E6E2A23B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB141047-D909-4C88-85DF-8F14E6E2A23B}.Release|Any CPU.Build.0 = Release|Any CPU
{FB141047-D909-4C88-85DF-8F14E6E2A23B}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{FB141047-D909-4C88-85DF-8F14E6E2A23B}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
{5236BCFD-053A-40AC-A919-11A0381FD7A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5236BCFD-053A-40AC-A919-11A0381FD7A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5236BCFD-053A-40AC-A919-11A0381FD7A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5236BCFD-053A-40AC-A919-11A0381FD7A9}.Release|Any CPU.Build.0 = Release|Any CPU
{5236BCFD-053A-40AC-A919-11A0381FD7A9}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{5236BCFD-053A-40AC-A919-11A0381FD7A9}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
{ADF8F4FA-286D-42FE-B5D2-E3FBEBE3732A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADF8F4FA-286D-42FE-B5D2-E3FBEBE3732A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADF8F4FA-286D-42FE-B5D2-E3FBEBE3732A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADF8F4FA-286D-42FE-B5D2-E3FBEBE3732A}.Release|Any CPU.Build.0 = Release|Any CPU
{ADF8F4FA-286D-42FE-B5D2-E3FBEBE3732A}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{ADF8F4FA-286D-42FE-B5D2-E3FBEBE3732A}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
{344A6052-BB97-4E29-A61E-680DC42F644F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{344A6052-BB97-4E29-A61E-680DC42F644F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{344A6052-BB97-4E29-A61E-680DC42F644F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{344A6052-BB97-4E29-A61E-680DC42F644F}.Release|Any CPU.Build.0 = Release|Any CPU
{344A6052-BB97-4E29-A61E-680DC42F644F}.ReleaseTest|Any CPU.ActiveCfg = Debug|Any CPU
{344A6052-BB97-4E29-A61E-680DC42F644F}.ReleaseTest|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal
5 changes: 1 addition & 4 deletions dirs.proj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
<ProjectReference Include="WoWsShipBuilder.Web\*.csproj" />
<ProjectReference Include="WoWsShipBuilder.Web.Test\*.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="WoWsShipBuilder.ReleaseTest\*.csproj" Condition="'$(ReleaseTest)' == 'true'" />
</ItemGroup>
<ItemGroup Condition="$([MSBuild]::IsOsPlatform('WINDOWS')) == false">
<ProjectReference Remove="WoWsShipBuilder.Desktop\*.csproj" />
<ProjectReference Remove="WoWsShipBuilder.Desktop.Test\*.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 6b45dd3

Please sign in to comment.