Skip to content
Snippets Groups Projects
Verified Commit c277c7f4 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent e27fff3e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,11 @@ test:
image: dbogatov/docker-sources:mcr.microsoft.com-dotnet-core-sdk-3.1-alpine
script:
- apk --update add bash
- ./test/test.sh
- cd test
- dotnet build -v d
- ls bin/Debug/netcoreapp3.1/
- ls bin/Debug/netcoreapp3.1/resources
- ls bin/Debug/netcoreapp3.1/resources/portals
# - ./test/test.sh
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment