File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : macOS-10.14
99
1010 steps :
11-
11+
1212 - uses : actions/checkout@v1
1313
14+ - name : Restore NuGets
15+ run : nuget restore SQLite.sln
16+
1417 - name : Build and Test
1518 run : make test
1619
17- - name : Make nuget
20+ - name : Make NuGet
1821 run : |
1922 make nuget
2023 mkdir PackageOut
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ test: tests/bin/Release/SQLite.Tests.dll tests/ApiDiff/bin/Release/ApiDiff.exe
88 mono tests/ApiDiff/bin/Release/ApiDiff.exe
99
1010tests/bin/Release/SQLite.Tests.dll : tests/SQLite.Tests.csproj $(SRC )
11- msbuild /p:Configuration=Release /t:Restore tests/SQLite.Tests.csproj
1211 msbuild /p:Configuration=Release tests/SQLite.Tests.csproj
1312
1413tests/ApiDiff/bin/Release/ApiDiff.exe : tests/ApiDiff/ApiDiff.csproj $(SRC )
You can’t perform that action at this time.
0 commit comments