Updated the name of our Acceptance test project in the pipeline (#14691)
* Updated the name of our Acceptance test project. The reason is because we want the naming to be clear and concise. * Changed the name of the e2e pipeline project name for linux * Updated dll file
This commit is contained in:
@@ -11,7 +11,7 @@ COPY nupkg .
|
||||
|
||||
WORKDIR /build
|
||||
RUN dotnet new --install /nupkg/Umbraco.Templates.*.nupkg
|
||||
RUN dotnet new umbraco --name Playwright --no-restore --output .
|
||||
RUN dotnet new umbraco --name AcceptanceTestProject --no-restore --output .
|
||||
RUN dotnet restore --configfile /nuget.config
|
||||
RUN dotnet build --configuration Release --no-restore
|
||||
RUN dotnet publish --configuration Release --no-build --output /dist
|
||||
@@ -46,4 +46,4 @@ ENV Umbraco__CMS__KeepAlive__DisableKeepAliveTask="true"
|
||||
# Set application URL
|
||||
ENV ASPNETCORE_URLS="http://0.0.0.0:5000;https://0.0.0.0:5001"
|
||||
|
||||
CMD dotnet Playwright.dll
|
||||
CMD dotnet AcceptanceTestProject.dll
|
||||
|
||||
Reference in New Issue
Block a user