Skip to content

Commit

Permalink
removed single file publish (dotnet publish cannot distinguish I'm on…
Browse files Browse the repository at this point in the history
…ly running ONE framework)
  • Loading branch information
nickpreston24 committed Mar 5, 2024
1 parent 6624136 commit 5e3c1d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions nugsnet6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<LangVersion>preview</LangVersion>
<PublishSingleFile>true</PublishSingleFile>
<EnvironmentName>Production</EnvironmentName>
<NoWarn>
CS0414;CS8602;CS1998;CS0168;CS8605;CS8603;CS8625;CS8604;CS8600;CS8601;CS8620;CS8618;CS4014;CS8619;CS8765;CS0105;CS8767;CS0659;CS8619;CS0219;
Expand Down Expand Up @@ -70,10 +69,4 @@
</Content>
</ItemGroup>

<ItemGroup>
<!-- <ProjectReference Include="..\CodeMechanic.UI.Hydro\CodeMechanic.UI.Hydro.csproj" />-->
<!-- <ProjectReference Include="..\RazorUIClassLib\RazorUIClassLib.csproj" />-->
</ItemGroup>


</Project>
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"nuke": "rm -rf node_modules wwwroot/lib wwwroot/css bin obj",
"reinstall": "npm run nuke && yarn && npm i && npm run buildcss:linux",
"quickstart": "bash quickstart.sh",
"lego": "lego -w -i bricks/ -o wwwroot/dist/",
"sfa": "dotnet publish -r linux-x64 --self-contained false"
"lego": "lego -w -i bricks/ -o wwwroot/dist/"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
Expand Down

0 comments on commit 5e3c1d5

Please sign in to comment.