Skip to content

Commit ee26029

Browse files
committed
Enable deterministic builds for GmodNET
1 parent cceea1d commit ee26029

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

gm_dotnet_managed/GmodNET/GmodNET.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
1010
<RepositoryType>Git</RepositoryType>
1111
<Company>GmodNET</Company>
1212
<Product>$(Description)</Product>
13-
<Copyright>Copyright (c) 2018 - 2020 Gleb Krasilich, GmodNET</Copyright>
14-
13+
<Copyright>Copyright (c) 2018 - 2021 Gleb Krasilich, GmodNET</Copyright>
1514
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16-
<IncludeSymbols>true</IncludeSymbols>
17-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
18-
</PropertyGroup>
19-
20-
<PropertyGroup>
2115
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2216
<DebugType>Portable</DebugType>
2317
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
18+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
19+
</PropertyGroup>
20+
21+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
22+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2423
</PropertyGroup>
2524

2625
<ItemGroup>

0 commit comments

Comments
 (0)