Fix für deploy

This commit is contained in:
Gottfried Wilhelm Leibniz 2022-04-14 00:13:34 +02:00
parent 3e162c84b3
commit 8cac6f0f2b
3 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<None Include="wwwroot\nomen.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.0" />
<PackageReference Include="MudBlazor" Version="6.0.7" />

View File

@ -87,7 +87,7 @@
{
try
{
string text = File.ReadAllText("nomen.txt");
string text = File.ReadAllText("./wwwroot/nomen.txt");
string[] splitArray = text.Split(",");
foreach(var w in splitArray)