diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 814328a..98d9d32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ api-build: stage: build image: mcr.microsoft.com/dotnet/sdk:8.0 script: - - ls -halt - cd Api - dotnet publish Api.csproj --output ./build --runtime linux-x64 --configuration Release --self-contained true artifacts: diff --git a/Api/Program.cs b/Api/Program.cs index a385bdc..0c98ee1 100644 --- a/Api/Program.cs +++ b/Api/Program.cs @@ -35,7 +35,7 @@ namespace Api app.UseHttpsRedirection(); } - #app.UseAuthorization(); + // app.UseAuthorization(); app.MapControllers();