Skip to content

Commit

Permalink
Re-add release build properties
Browse files Browse the repository at this point in the history
They were removed due to local testing and debugging purposes.
  • Loading branch information
danjov committed Mar 16, 2023
1 parent 892a0b8 commit 59fb8b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ ENV GENERATE_SOURCEMAP=false
COPY src/ .
RUN dotnet publish "EWS.csproj" \
-c Release \
-p:VersionPrefix=${VERSION} \
-p:SourceRevisionId=${REVISION} \
-o ${PUBLISH_DIR}

# Build documentation
Expand Down

0 comments on commit 59fb8b4

Please sign in to comment.