Skip to content

Commit

Permalink
add no-op change to force backend tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Mar 5, 2024
1 parent 08d20b6 commit de2d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SmokeTests/BackendSmokeTests/MSSQL/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env

# Build the app
# Build the DF MSSQL app
COPY . /root
RUN cd /root/test/SmokeTests/BackendSmokeTests/MSSQL && \
mkdir -p /home/site/wwwroot && \
Expand Down

0 comments on commit de2d5e3

Please sign in to comment.