Fix : Testing Drone thing
continuous-integration/drone/push Build is failing Details

pull/38/head
Jade VAN BRABANDT 1 year ago
parent 10936519c8
commit ad091a572b

@ -10,7 +10,7 @@ steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:7.0 image: mcr.microsoft.com/dotnet/sdk:7.0
commands: commands:
- cd Sources - cd Blazor
- dotnet restore Blazor.sln - dotnet restore Blazor.sln
- dotnet build Blazor.sln -c Release --no-restore - dotnet build Blazor.sln -c Release --no-restore
- dotnet publish Blazor.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish Blazor.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release

Loading…
Cancel
Save