File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 cache : true
2323
2424 - name : Restore dependencies
25- run : dotnet restore EntityFrameworkCore.Sqlite.Concurrency.sln
25+ run : dotnet restore EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj
2626
2727 - name : Build
28- run : dotnet build --configuration Release --no-restore
28+ run : dotnet build EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj -c Release --no-restore
29+
30+ - name : Pack
31+ run : dotnet pack EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj -c Release --no-build -o out
Original file line number Diff line number Diff line change 4646 fi
4747
4848 - name : Restore dependencies
49- run : dotnet restore EntityFrameworkCore.Sqlite.Concurrency.sln
49+ run : dotnet restore EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj
5050
5151 - name : Build
5252 run : dotnet build EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj -c Release --no-restore
You can’t perform that action at this time.
0 commit comments