File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 43
43
44
44
dispatch :
45
45
runs-on : ubuntu-latest
46
- needs : [ build ]
46
+ needs : [ build, install-yetanotherhttphandler ]
47
47
if : github.repository == 'VisualPinball/VisualPinball.Engine.Mpf' && github.ref == 'refs/heads/master' && github.event_name == 'push'
48
48
steps :
49
49
- uses : peter-evans/repository-dispatch@v1
Original file line number Diff line number Diff line change 72
72
<!-- Download YetAnotherHttpHandler from GitHub and copy into Dependencies directory-->
73
73
<Target Name =" InstallYetAnotherHttpHandler" AfterTargets =" AfterBuild" Condition =" '$(InstallYetAnotherHttpHandler)' == 'true'" >
74
74
<RemoveDir Directories =" Dependencies/tmp" />
75
+ <MakeDir Directories =" Dependencies" />
75
76
<Exec Command =" git clone --no-checkout --depth=1 --filter=tree:0 https://github.com/Cysharp/YetAnotherHttpHandler tmp" ConsoleToMSBuild =" true" WorkingDirectory =" Dependencies" />
76
77
<Exec Command =" git sparse-checkout set --no-cone /src/YetAnotherHttpHandler" ConsoleToMSBuild =" true" WorkingDirectory =" Dependencies/tmp" />
77
78
<Exec Command =" git checkout $(YetAnotherHttpHandlerVersion)" ConsoleToMSBuild =" true" WorkingDirectory =" Dependencies/tmp" />
You can’t perform that action at this time.
0 commit comments