Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit e63a914

Browse files
Removing Octorun
1 parent 6a96354 commit e63a914

24 files changed

+0
-3045
lines changed

GitHub.Unity.sln

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "src\tests\TestAp
2929
EndProject
3030
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWebServer", "src\tests\TestWebServer\TestWebServer.csproj", "{3DD3451C-30FA-4294-A3A9-1E080342F867}"
3131
EndProject
32-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OctoRun", "src\OctoRun\OctoRun.csproj", "{127F84FE-DB89-4543-9A83-74DB4E751061}"
33-
EndProject
3432
Global
3533
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3634
Debug|Any CPU = Debug|Any CPU
@@ -104,12 +102,6 @@ Global
104102
{3DD3451C-30FA-4294-A3A9-1E080342F867}.dev|Any CPU.Build.0 = Debug|Any CPU
105103
{3DD3451C-30FA-4294-A3A9-1E080342F867}.Release|Any CPU.ActiveCfg = Release|Any CPU
106104
{3DD3451C-30FA-4294-A3A9-1E080342F867}.Release|Any CPU.Build.0 = Release|Any CPU
107-
{127F84FE-DB89-4543-9A83-74DB4E751061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
108-
{127F84FE-DB89-4543-9A83-74DB4E751061}.Debug|Any CPU.Build.0 = Debug|Any CPU
109-
{127F84FE-DB89-4543-9A83-74DB4E751061}.dev|Any CPU.ActiveCfg = Debug|Any CPU
110-
{127F84FE-DB89-4543-9A83-74DB4E751061}.dev|Any CPU.Build.0 = Debug|Any CPU
111-
{127F84FE-DB89-4543-9A83-74DB4E751061}.Release|Any CPU.ActiveCfg = Release|Any CPU
112-
{127F84FE-DB89-4543-9A83-74DB4E751061}.Release|Any CPU.Build.0 = Release|Any CPU
113105
EndGlobalSection
114106
GlobalSection(SolutionProperties) = preSolution
115107
HideSolutionNode = FALSE

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ install:
4343
4444
nuget restore GitHub.Unity.sln
4545
46-
before_build:
47-
- cmd: msbuild GitHub.Unity.sln /target:OctoRun /property:Configuration=Release
48-
4946
assembly_info:
5047
patch: false
5148
file: common\SolutionInfo.cs

package.cmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ if not exist "%Unity%" (
3939
cd ..
4040

4141
call common\nuget.exe restore GitHub.Unity.sln
42-
echo xbuild GitHub.Unity.sln /target:OctoRun /property:Configuration=%Configuration%
43-
call xbuild GitHub.Unity.sln /target:OctoRun /property:Configuration=%Configuration%
44-
4542
echo xbuild GitHub.Unity.sln /property:Configuration=%Configuration%
4643
call xbuild GitHub.Unity.sln /property:Configuration=%Configuration%
4744

package.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ else
5151
nuget restore GitHub.Unity.sln
5252
fi
5353

54-
xbuild GitHub.Unity.sln /target:OctoRun /property:Configuration=$Configuration
5554
xbuild GitHub.Unity.sln /property:Configuration=$Configuration
5655

5756
rm -f unity/PackageProject/Assets/Plugins/GitHub/Editor/deleteme*

src/OctoRun/ApiClient.cs

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/OctoRun/ApiExceptionExtensions.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/OctoRun/App.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/OctoRun/AppConfiguration.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/OctoRun/ApplicationInfo.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/OctoRun/ConsoleLogAdapter.cs

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)