mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Allow docker build to import Common.props
This commit is contained in:
@@ -21,6 +21,7 @@ build/**
|
||||
!build/stylecop.json
|
||||
!build/Version.props
|
||||
!build/ControlPanelVersion.props
|
||||
!build/Common.props
|
||||
docs
|
||||
src/DMAPI
|
||||
src/Tgstation.Server.Host/ClientApp
|
||||
|
||||
@@ -25,6 +25,7 @@ RUN npm install -g yarn
|
||||
# Build web control panel
|
||||
WORKDIR /repo/build
|
||||
|
||||
COPY build/Common.props Common.props
|
||||
COPY build/Version.props Version.props
|
||||
COPY build/ControlPanelVersion.props ControlPanelVersion.props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user