rename to s8nc
All checks were successful
Build and Test / build-image (push) Successful in 23s

This commit is contained in:
2025-12-31 11:05:00 +03:00
parent 6f86d0ecdb
commit afad94086a
3 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ RUN dotnet publish -c Release -o published
FROM mcr.microsoft.com/dotnet/aspnet:10.0
WORKDIR /app
COPY --from=build /app/published .
CMD ["dotnet", "pipelines-experiment.dll"]
CMD ["dotnet", "s8nc.dll"]

View File

@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pipelines-experiment", "pipelines-experiment.csproj", "{BB58B3AD-AD85-4735-A00E-957A06E33F4A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "s8nc", "s8nc.csproj", "{BB58B3AD-AD85-4735-A00E-957A06E33F4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution