Dotnet restore hangs
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-11-10 23:51:58 +01:00
parent 33a7acd79d
commit 457641ac58

View File

@@ -5,7 +5,6 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet restore StreamCinema.sln
- dotnet publish -c Release -o out
- name: docker