File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 name : OpenHardwareMonitor
3434 path : |
3535 bin/OpenHardwareMonitor
36+
37+ - name : Publish Lib build
38+ uses : actions/upload-artifact@v4
39+ with :
40+ name : OpenHardwareMonitorLib
41+ path : |
42+ bin/OpenHardwareMonitorLib
Original file line number Diff line number Diff line change 99 <LangVersion >latest</LangVersion >
1010 <PackageIcon >packageicon.png</PackageIcon >
1111 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
12+ <GenerateDocumentationFile >false</GenerateDocumentationFile >
1213 <Deterministic >false</Deterministic >
1314 </PropertyGroup >
1415 <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
1718 <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
1819 <OutputPath >..\bin\</OutputPath >
1920 </PropertyGroup >
20- <PropertyGroup >
21- <GenerateDocumentationFile >true</GenerateDocumentationFile >
22- </PropertyGroup >
2321 <ItemGroup >
2422 <EmbeddedResource Include =" Resources\inpout32.gz" />
2523 <EmbeddedResource Include =" Resources\inpoutx64.gz" />
3836 <ItemGroup >
3937 <Reference Include =" System.Management" />
4038 </ItemGroup >
39+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
40+ <Exec Command =" for %%f in ($(OutDir)\*) do if not %%~xf==.dll del /S /Q " %%f" " />
41+ </Target >
4142</Project >
You can’t perform that action at this time.
0 commit comments