We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcc2fef + 913ccdf commit 18cb7e3Copy full SHA for 18cb7e3
Dockerfile
@@ -6,7 +6,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
6
ARG BUILD_CONFIGURATION=Release
7
ARG TAG_VERSION
8
WORKDIR /src
9
-COPY ["src/Nullinside.TwitchStreamingTools/Nullinside.TwitchStreamingTools.csproj", "src/TwitchStreamingTools/"]
+COPY ["src/Nullinside.TwitchStreamingTools/Nullinside.TwitchStreamingTools.csproj", "src/Nullinside.TwitchStreamingTools/"]
10
RUN dotnet restore "src/Nullinside.TwitchStreamingTools/Nullinside.TwitchStreamingTools.csproj"
11
COPY src/ .
12
WORKDIR "/src/Nullinside.TwitchStreamingTools"
0 commit comments