Skip to content

Commit

Permalink
Merge pull request #73 from franklupo/main
Browse files Browse the repository at this point in the history
Improve build
  • Loading branch information
franklupo authored Jul 19, 2023
2 parents fe2575d + 3724cc8 commit ae9a82f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Corsinvest.ProxmoxVE.Admin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Corsinvest.ProxmoxVE.Admin.
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Corsinvest.ProxmoxVE.Admin.DisksStatus", "src\Corsinvest.ProxmoxVE.Admin.DisksStatus\Corsinvest.ProxmoxVE.Admin.DisksStatus.csproj", "{2483A053-BC0A-4D7D-9F1E-88A876F1B3C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cmd", "cmd", "{974C975A-9A47-43CA-B70D-A58177962996}"
ProjectSection(SolutionItems) = preProject
cmd\Build.ps1 = cmd\Build.ps1
cmd\create-lxc.sh = cmd\create-lxc.sh
cmd\doc-utils.ps1 = cmd\doc-utils.ps1
cmd\docker-utils.ps1 = cmd\docker-utils.ps1
cmd\setKey.ps1 = cmd\setKey.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion cmd/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Write-Output "
#build documentation
.\doc-utils.ps1 build

$pathBasePrj = ".\src\Corsinvest.ProxmoxVE.Admin"
$pathBasePrj = "..\src\Corsinvest.ProxmoxVE.Admin"
$pathBinRelase = "$pathBasePrj\Bin\Release\net7.0"

Remove-Item -Path ".\$pathBinRelase" -Recurse -Force
Expand Down
2 changes: 1 addition & 1 deletion src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ <h4 id="_commercial_support">6.1.1. Commercial Support</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-07-19 14:24:17 UTC
Last updated 2023-07-19 17:58:06 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit ae9a82f

Please sign in to comment.