Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
dotnet 7 is our of preview and already on the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 14, 2022
1 parent 0e5c45c commit b052263
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-dotnet-ef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Run dotnet-ef
run: |
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 7.0 --quality preview
export DOTNET_ROOT=$HOME/.dotnet
export PATH=$DOTNET_ROOT:$PATH
export PATH=$DOTNET_ROOT/tools:$PATH
dotnet tool install --global dotnet-ef --prerelease
dotnet tool install --global dotnet-ef
dotnet ef dbcontext info --startup-project src/AV.AvA.StorageBackend/AV.AvA.StorageBackend.csproj --project src/AV.AvA.Data/AV.AvA.Data.csproj
dotnet ef migrations list --no-connect --no-build --startup-project src/AV.AvA.StorageBackend/AV.AvA.StorageBackend.csproj --project src/AV.AvA.Data/AV.AvA.Data.csproj

0 comments on commit b052263

Please sign in to comment.