Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Conversation

natemcmaster
Copy link
Contributor

Resolves #330

This should fix some errors we are having on CI with mounted volumes and Windows permissions. cref #378

test.ps1 Outdated
finally {
exec docker volume rm $app_volume_name
}
$app_tagname = "$app_name-self-contained"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider factoring out the commonality between the self-contained and framework-dependent tests. The pattern seems identical outside of a couple build args and Dockerfile to build.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll look into it. I ran into some odd issues with caching in Windows. Possibly a docker bug.

@natemcmaster natemcmaster merged commit aee5ac3 into aspnet:dev Mar 7, 2018
@natemcmaster natemcmaster deleted the tests branch March 7, 2018 21:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants