Skip to content

Commit 06ffd94

Browse files
committed
Updated ci tools.
1 parent 756164a commit 06ffd94

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

build/common.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<Company>Hsu</Company>
1010
<Authors>Hsu</Authors>
1111
<Copyright>Copyright © Hsu 2023-now</Copyright>
12-
<OutputPath>$([System.IO.Path]::GetFullPath("..",$(MSBuildThisFileDirectory)))\output\libs\$(AssemblyName)</OutputPath>
12+
<!-- <OutputPath>$([System.IO.Path]::GetFullPath("..",$(MSBuildThisFileDirectory)))\output\libs\$(AssemblyName)</OutputPath>-->
13+
<OutputPath>$(MSBuildThisFileDirectory)output\libs\$(AssemblyName)</OutputPath>
1314
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1415
<LangVersion>11.0</LangVersion>
1516
<Nullable>enable</Nullable>

build/sg.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<PackageReference Include="Hsu.Obfuscar.DotNetTool" Version="2023.412.21-rc003945">
45+
<PackageReference Include="Hsu.Obfuscar.DotNetTool" Version="2023.412.21-rc201446">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>

src/fluent-member/Hsu.Sg.FluentMember/obfuscar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- https://github.com/obfuscar/obfuscar/blob/master/Obfuscar/Settings.cs -->
55

66
<Var name="InPath" value="." />
7-
<Var name="OutPath" value=".\obfuscated" />
7+
<Var name="OutPath" value="obfuscated" />
88
<Var name="RenameFields" value="true" />
99
<Var name="RenameProperties" value="true" />
1010
<Var name="RenameEvents" value="true" />

src/proxy/Hsu.Sg.Proxy/obfuscar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- https://github.com/obfuscar/obfuscar/blob/master/Obfuscar/Settings.cs -->
55

66
<Var name="InPath" value="." />
7-
<Var name="OutPath" value=".\obfuscated" />
7+
<Var name="OutPath" value="obfuscated" />
88
<Var name="RenameFields" value="true" />
99
<Var name="RenameProperties" value="true" />
1010
<Var name="RenameEvents" value="true" />

src/sync/Hsu.Sg.Sync/obfuscar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- https://github.com/obfuscar/obfuscar/blob/master/Obfuscar/Settings.cs -->
55

66
<Var name="InPath" value="." />
7-
<Var name="OutPath" value=".\obfuscated" />
7+
<Var name="OutPath" value="obfuscated" />
88
<Var name="RenameFields" value="true" />
99
<Var name="RenameProperties" value="true" />
1010
<Var name="RenameEvents" value="true" />

0 commit comments

Comments
 (0)