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

Commit a76e5f0

Browse files
Removing ShortCircuitTask
1 parent db6a62c commit a76e5f0

File tree

4 files changed

+0
-105
lines changed

4 files changed

+0
-105
lines changed

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
<Compile Include="Helpers\Constants.cs" />
119119
<Compile Include="Helpers\Validation.cs" />
120120
<Compile Include="Installer\GitInstaller.cs" />
121-
<Compile Include="Installer\ShortCircuitTask.cs" />
122121
<Compile Include="Installer\UnzipTask.cs" />
123122
<Compile Include="OutputProcessors\GitAheadBehindStatusOutputProcessor.cs" />
124123
<Compile Include="OutputProcessors\LfsVersionOutputProcessor.cs" />

src/GitHub.Api/Installer/ShortCircuitTask.cs

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

src/tests/IntegrationTests/Installer/ShortCircuitTaskTests.cs

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

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
<Compile Include="Git\GitClientTests.cs" />
8383
<Compile Include="IntegrationTestEnvironment.cs" />
8484
<Compile Include="Installer\GitInstallerTests.cs" />
85-
<Compile Include="Installer\ShortCircuitTaskTests.cs" />
8685
<Compile Include="ProcessManagerExtensions.cs" />
8786
<Compile Include="Process\ProcessManagerIntegrationTests.cs" />
8887
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)