Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 1, 2024
1 parent bb53c6d commit 5f9e5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN cd /root/test/SmokeTests/OOProcSmokeTests/DotNetIsolated && \

RUN cat /root/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/obj/Release/net6.0/WorkerExtensions/WorkerExtensions.csproj

RUN cat /root/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/bin/output/.azurefunctions/function.deps.json
RUN ls /root/test/SmokeTests/OOProcSmokeTests/DotNetIsolated/bin/output/
# .azurefunctions/function.deps.json

# Step 3: Generate the final app image to run
FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0
Expand Down

0 comments on commit 5f9e5b5

Please sign in to comment.