Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is on top of CD setup in #103.
What does this PR do?
msbuild /t:Publish
in the docker image. And we are not using docker BUILD container, but using the same artifacts that were tested in previous stage.Dockerfile is changed a bit:
baget
user.baget
user based on owner of volume mount.docker run baget
.Motivation
The e2e tests ensure that some of the most basic commands, such as nuget push or paket install pass.
This step would be great to execute before publishing final docker image.
Most of this is LiGet's CD ported to BaGet.
The files in
.build
are part of our internal bash script helpers used for common stuff. This is added for reference, nothing fancy there.