File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 name : Checkout Code
15+ with :
16+ fetch-depth : 0
1517
1618 - name : Setup .NET
1719 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 1919 runs-on : windows-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
23-
2422 # 1) bring the two per-OS packages into this job --------------------
2523 - uses : actions/download-artifact@v4
2624 with : { name: win-bits, path: artifacts/win }
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 name : Checkout Code
17+ with :
18+ fetch-depth : 0
1719
1820 # Necessary for running neato
1921 - name : Install libgts
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 name : Checkout Code
21+ with :
22+ fetch-depth : 0
2123
2224 - name : Add msbuild to PATH
2325 uses : microsoft/setup-msbuild@v1.0.2
You can’t perform that action at this time.
0 commit comments