File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
6
6
ARG BUILD_CONFIGURATION=Release
7
7
ARG TAG_VERSION
8
8
WORKDIR /src
9
- COPY ["src/TwitchStreamingTools/TwitchStreamingTools.csproj" , "src/TwitchStreamingTools/" ]
10
- RUN dotnet restore "src/TwitchStreamingTools/TwitchStreamingTools.csproj"
9
+ COPY ["src/Nullinside. TwitchStreamingTools/Nullinside. TwitchStreamingTools.csproj" , "src/TwitchStreamingTools/" ]
10
+ RUN dotnet restore "src/Nullinside. TwitchStreamingTools/Nullinside. TwitchStreamingTools.csproj"
11
11
COPY src/ .
12
- WORKDIR "/src/TwitchStreamingTools"
13
- RUN dotnet build "TwitchStreamingTools.csproj" -p:Version="$TAG_VERSION" -c $BUILD_CONFIGURATION -o /app/build
12
+ WORKDIR "/src/Nullinside. TwitchStreamingTools"
13
+ RUN dotnet build "Nullinside. TwitchStreamingTools.csproj" -p:Version="$TAG_VERSION" -c $BUILD_CONFIGURATION -o /app/build
14
14
15
15
FROM build AS publish
16
16
ARG BUILD_CONFIGURATION=Release
@@ -20,7 +20,7 @@ ARG DESCRIPTION
20
20
RUN apt-get update && apt-get dist-upgrade -y && apt-get install zip jq -y
21
21
22
22
# Generate the executables
23
- RUN dotnet publish "TwitchStreamingTools.csproj" -p:Version="$TAG_VERSION" -c $BUILD_CONFIGURATION -o /app/publish/win-x64 -r win-x64 -p:PublishSingleFile=True -p:PublishReadyToRun=True --self-contained
23
+ RUN dotnet publish "Nullinside. TwitchStreamingTools.csproj" -p:Version="$TAG_VERSION" -c $BUILD_CONFIGURATION -o /app/publish/win-x64 -r win-x64 -p:PublishSingleFile=True -p:PublishReadyToRun=True --self-contained
24
24
RUN cd /app/publish/win-x64 && zip -r ../twitch-streaming-tools.zip *
25
25
26
26
# Create a tag and associate it with a release in GitHub. We don't need to check if it already exist, if it already
You can’t perform that action at this time.
0 commit comments