Skip to content

Commit

Permalink
disable test app and web pi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBoceanu committed Mar 5, 2024
1 parent b97c055 commit 0545741
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN dotnet build --no-restore /src/Dojo.Generators.Core/Dojo.Generators.Core.csp
RUN dotnet build --no-restore /src/Dojo.Generators.Abstractions/Dojo.Generators.Abstractions.csproj -c Release
RUN dotnet build --no-restore /src/Dojo.AutoGenerators/Dojo.AutoGenerators.csproj -c Release
RUN dotnet build --no-restore /src/Dojo.OpenApiGenerator/Dojo.OpenApiGenerator.csproj -c Release
RUN dotnet build --no-restore /src/TestApp/TestApp.csproj -c Release
RUN dotnet build --no-restore /src/Dojo.OpenApiGenerator.TestWebApi/Dojo.OpenApiGenerator.TestWebApi.csproj -c Release
#RUN dotnet build --no-restore /src/TestApp/TestApp.csproj -c Release
#RUN dotnet build --no-restore /src/Dojo.OpenApiGenerator.TestWebApi/Dojo.OpenApiGenerator.TestWebApi.csproj -c Release
RUN dotnet build --no-restore /src/Dojo.Generators.Tests/Dojo.Generators.Tests.csproj -c Release

RUN dotnet test --no-build /src/Dojo.Generators.Tests/Dojo.Generators.Tests.csproj -c Release
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile_build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN dotnet build --no-restore /src/Dojo.Generators.Abstractions/Dojo.Generators.
RUN dotnet build --no-restore /src/Dojo.AutoGenerators/Dojo.AutoGenerators.csproj -c Release
RUN dotnet build --no-restore /src/Dojo.OpenApiGenerator/Dojo.OpenApiGenerator.csproj -c Release
RUN dotnet build --no-restore /src/TestApp/TestApp.csproj -c Release
RUN dotnet build --no-restore /src/Dojo.OpenApiGenerator.TestWebApi/Dojo.OpenApiGenerator.TestWebApi.csproj -c Release
RUN dotnet build --no-restore /src/Dojo.Generators.Tests/Dojo.Generators.Tests.csproj -c Release
#RUN dotnet build --no-restore /src/Dojo.OpenApiGenerator.TestWebApi/Dojo.OpenApiGenerator.TestWebApi.csproj -c Release
#RUN dotnet build --no-restore /src/Dojo.Generators.Tests/Dojo.Generators.Tests.csproj -c Release
RUN dotnet test --no-build /src/Dojo.Generators.Tests/Dojo.Generators.Tests.csproj -c Release

0 comments on commit 0545741

Please sign in to comment.