File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "version" : 1 ,
3+ "isRoot" : true ,
4+ "tools" : {
5+ "dotnet-ef" : {
6+ "version" : " 10.0.7" ,
7+ "commands" : [
8+ " dotnet-ef"
9+ ],
10+ "rollForward" : false
11+ },
12+ "trx-to-vsplaylist" : {
13+ "version" : " 1.3.0" ,
14+ "commands" : [
15+ " trx-to-vsplaylist"
16+ ],
17+ "rollForward" : false
18+ }
19+ }
20+ }
Original file line number Diff line number Diff line change 3131 - name : Restore with dotnet
3232 run : dotnet restore /p:AccessToNugetFeed=false
3333
34+ - name : Restore local dotnet tools
35+ run : dotnet tool restore
36+
3437 - name : Build with dotnet
3538 run : dotnet build --configuration Release --no-restore /p:AccessToNugetFeed=false
3639
40+ - name : Check for pending EF Core model changes
41+ run : dotnet ef migrations has-pending-model-changes --project EssentialCSharp.Web --configuration Release --no-build
42+ env :
43+ ASPNETCORE_ENVIRONMENT : Development
44+
3745 - name : Expose GitHub Actions Runtime
3846 uses : actions/github-script@v9
3947 with :
You can’t perform that action at this time.
0 commit comments