Skip to content

Commit b182e94

Browse files
committed
ci: deterministic build
1 parent cf30973 commit b182e94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ArwynFr.IntegrationTesting/ArwynFr.IntegrationTesting.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<RepositoryUrl>https://github.com/ArwynFr/dotnet-integration-testing</RepositoryUrl>
1616
<PackageTags>xunit;integration-testing;WebApplicationFactory</PackageTags>
1717
<PackageIcon>logo.png</PackageIcon>
18+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
19+
</PropertyGroup>
20+
21+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
22+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1823
</PropertyGroup>
1924

2025
<ItemGroup>

0 commit comments

Comments
 (0)