File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 uses : actions/setup-dotnet@v5
1414 with :
1515 dotnet-version : 10.0.x
16-
17- - name : Restore dependencies
18- run : dotnet restore --locked-mode
1916
2017 - name : Build
21- run : dotnet build --no-restore
18+ run : dotnet build --locked-mode
2219
2320 - name : Test
2421 run : dotnet test --no-build --verbosity normal
Original file line number Diff line number Diff line change @@ -19,13 +19,10 @@ jobs:
1919 with :
2020 dotnet-version : 10.0.x
2121
22- - name : Restore dependencies
23- run : dotnet restore --locked-mode
24-
2522 - name : Publish
2623 env :
2724 TMDB_API_KEY : ${{ secrets.TMDB_API_KEY }}
28- run : dotnet publish AutoTag.CLI -r ${{ matrix.dotnet-runtime }} -c Release --no-restore
25+ run : dotnet publish AutoTag.CLI -r ${{ matrix.dotnet-runtime }} -c Release --locked-mode
2926
3027 - name : Upload
3128 env :
You can’t perform that action at this time.
0 commit comments