diff --git a/.drone.yml b/.drone.yml index 01edc38..52f6ddf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,13 @@ steps: - name: dotnet-build image: mcr.microsoft.com/dotnet/sdk:10.0 commands: - - dotnet restore LiteCharms.slnx + - dotnet restore LiteCharmsShop.slnx - dotnet build LiteCharms.slnx -c Release - name: dotnet-test image: mcr.microsoft.com/dotnet/sdk:10.0 commands: - - dotnet restore LiteCharms.slnx + - dotnet restore LiteCharmsShop.slnx - dotnet test LiteCharms.slnx -c Release --no-restore trigger: