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

Commit a18623a

Browse files
committed
Fix manifests for debug versions (they should point to localhost:50000)
1 parent e5c3bf5 commit a18623a

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

src/tests/TestWebServer/TestWebServer.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,21 @@
5151
<Link>files\unity\git\mac\git.zip.md5</Link>
5252
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5353
</None-->
54-
<None Include="..\..\GitHub.Api\PlatformResources\windows\git-lfs.json">
55-
<Link>files\unity\git\windows\git-lfs.json</Link>
54+
<None Include="files\unity\git\windows\git-lfs.json">
5655
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5756
</None>
5857
<None Include="..\..\GitHub.Api\PlatformResources\windows\git-lfs.zip">
5958
<Link>files\unity\git\windows\git-lfs.zip</Link>
6059
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6160
</None>
62-
<None Include="..\..\GitHub.Api\PlatformResources\windows\git.json">
63-
<Link>files\unity\git\windows\git.json</Link>
61+
<None Include="files\unity\git\windows\git.json">
6462
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6563
</None>
6664
<None Include="..\..\GitHub.Api\PlatformResources\windows\git.zip">
6765
<Link>files\unity\git\windows\git.zip</Link>
6866
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6967
</None>
70-
<None Include="..\..\GitHub.Api\PlatformResources\mac\git-lfs.json">
71-
<Link>files\unity\git\mac\git-lfs.json</Link>
68+
<None Include="files\unity\git\mac\git-lfs.json">
7269
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7370
</None>
7471
<None Include="..\..\GitHub.Api\PlatformResources\mac\git-lfs.zip">
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
{"md5":"e2941215f99afa99f002e96c0ae70966","url":"http://localhost:50000/unity/git/mac/git-lfs.zip","releaseNotes":null,"releaseNotesUrl":null,"message":null,"version":"2.4.0"}
2-
WARNING: The runtime version supported by this application is unavailable.
3-
Using default runtime: v4.0.30319
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"md5":"78ff68661485e1c09f7b8d82c4317ab5","url":"http://localhost:50000/unity/git/windows/git-lfs.zip","releaseNotes":null,"releaseNotesUrl":null,"message":null,"version":"2.4.0"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"md5":"75c42f674b9ff32ebe338ff204f907cf","url":"http://localhost:50000/unity/git/windows/git.zip","releaseNotes":null,"releaseNotesUrl":null,"message":null,"version":"2.17.0.windows.0"}

0 commit comments

Comments
 (0)