Skip to content

Commit 11aed55

Browse files
arthurkehrwaldfreezy
authored andcommitted
Fix yetanotherhttphandler installation
1 parent 9df2722 commit 11aed55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VisualPinball.Engine.Mpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<Target Name="InstallYetAnotherHttpHandler" AfterTargets="AfterBuild" Condition="'$(InstallYetAnotherHttpHandler)' == 'true'">
7474
<RemoveDir Directories="Dependencies/tmp"/>
7575
<MakeDir Directories="Dependencies"/>
76-
<Exec Command="git clone --no-checkout --depth=1 --filter=tree:0 https://github.com/Cysharp/YetAnotherHttpHandler tmp" ConsoleToMSBuild="true" WorkingDirectory="Dependencies"/>
76+
<Exec Command="git clone --no-checkout --depth=1 --filter=tree:0 --branch $(YetAnotherHttpHandlerVersion) https://github.com/Cysharp/YetAnotherHttpHandler tmp" ConsoleToMSBuild="true" WorkingDirectory="Dependencies"/>
7777
<Exec Command="git sparse-checkout set --no-cone /src/YetAnotherHttpHandler" ConsoleToMSBuild="true" WorkingDirectory="Dependencies/tmp"/>
7878
<Exec Command="git checkout $(YetAnotherHttpHandlerVersion)" ConsoleToMSBuild="true" WorkingDirectory="Dependencies/tmp"/>
7979
<ItemGroup>

0 commit comments

Comments
 (0)