Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v13/dev' into v14/dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	build/azure-pipelines.yml
  • Loading branch information
Bjarke Berg authored and Bjarke Berg committed Aug 21, 2023
2 parents 0096add + 84cd7a1 commit 6f10517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ stages:
## Build
###############################################
- stage: Build

variables:
npm_config_cache: $(Pipeline.Workspace)/.npm_client
NODE_OPTIONS: --max_old_space_size=16384
Expand Down Expand Up @@ -381,7 +380,7 @@ stages:
# Umbraco__CMS__Unattended__InstallUnattended: true
# Umbraco__CMS__Global__InstallMissingDatabase: true
# UmbracoDatabaseServer: (LocalDB)\MSSQLLocalDB
# UmbracoDatabaseName: Playwright
# UmbracoDatabaseName: AcceptanceTestDB
# ConnectionStrings__umbracoDbDSN: Server=$(UmbracoDatabaseServer);Database=$(UmbracoDatabaseName);Integrated Security=true;
# # Custom Umbraco settings
# Umbraco__CMS__Global__VersionCheckPeriod: 0
Expand Down Expand Up @@ -441,7 +440,7 @@ stages:
# workingDirectory: tests/Umbraco.Tests.AcceptanceTest/misc
# - pwsh: |
# dotnet new --install ./nupkg/Umbraco.Templates.*.nupkg
# dotnet new umbraco --name Playwright --no-restore --output .
# dotnet new umbraco --name AcceptanceTestProject --no-restore --output .
# dotnet restore --configfile ./nuget.config
# dotnet build --configuration $(buildConfiguration) --no-restore
# dotnet dev-certs https
Expand Down
4 changes: 2 additions & 2 deletions tests/Umbraco.Tests.AcceptanceTest/misc/umbraco-linux.docker
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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
Expand Down Expand Up @@ -48,4 +48,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

0 comments on commit 6f10517

Please sign in to comment.