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

Commit be0d817

Browse files
committed
Add a package for testing updates
1 parent 5cd4b7d commit be0d817

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/tests/TestWebServer/TestWebServer.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
<None Include="files\unity\latest.json">
7070
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7171
</None>
72+
<None Include="files\unity\releases\github-for-unity-99.2.0-beta1.unitypackage">
73+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
74+
</None>
7275
</ItemGroup>
7376
<ItemGroup>
7477
<ProjectReference Include="..\..\GitHub.Logging\GitHub.Logging.csproj">
@@ -78,7 +81,6 @@
7881
</ItemGroup>
7982
<ItemGroup>
8083
<Folder Include="files\unity\git\mac\" />
81-
<Folder Include="files\unity\releases\" />
8284
</ItemGroup>
8385
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8486
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"url":"localhost:55555/unity/releases/github-for-unity-0.33.0-beta.unitypackage","releaseNotes":null,"releaseNotesUrl":null,"message":null,"version":"0.33.0-beta"}
1+
{"url":"localhost:55555/unity/releases/github-for-unity-99.2.0-beta1.unitypackage","releaseNotes":null,"releaseNotesUrl":null,"message":null,"version":"99.2.0-beta1"}

0 commit comments

Comments
 (0)