File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Elsa.Studio.BlazorWasm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ COPY Directory.Build.props ../../Directory.Build.props
77COPY Directory.Packages.props ../../Directory.Packages.props
88COPY NuGet.Config ../../NuGet.Config
99COPY src/Elsa.Studio.BlazorWasm/Elsa.Studio.BlazorWasm.csproj ./
10+ COPY src/Elsa.Studio.BlazorWasm.Client/Elsa.Studio.BlazorWasm.Client.csproj ../Elsa.Studio.BlazorWasm.Client/
1011
1112# Restore dependencies
1213RUN dotnet restore "Elsa.Studio.BlazorWasm.csproj"
@@ -16,6 +17,7 @@ COPY src/**/*.csproj ../
1617
1718# Copy the rest of the source code
1819COPY src/Elsa.Studio.BlazorWasm/. ./
20+ COPY src/Elsa.Studio.BlazorWasm.Client/. ../Elsa.Studio.BlazorWasm.Client/
1921
2022# Build the project
2123RUN dotnet build "Elsa.Studio.BlazorWasm.csproj" -c Release -o /app/build
You can’t perform that action at this time.
0 commit comments