Skip to content

Commit

Permalink
Merge pull request #41 from conductor-sdk/release-pipeline-fix
Browse files Browse the repository at this point in the history
Added readme copy to dockerfile at release pipeline
  • Loading branch information
gardusig authored Dec 15, 2022
2 parents 9fb1eab + bc5633a commit 8e8894a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ WORKDIR /package/Tests
RUN dotnet test -l "console;verbosity=normal"

FROM build as pack_release
COPY /README.md /package/Conductor/README.md
ARG SDK_VERSION
RUN dotnet pack "conductor-csharp.csproj" \
-o /build \
Expand Down

0 comments on commit 8e8894a

Please sign in to comment.