We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf30973 commit b182e94Copy full SHA for b182e94
src/ArwynFr.IntegrationTesting/ArwynFr.IntegrationTesting.csproj
@@ -15,6 +15,11 @@
15
<RepositoryUrl>https://github.com/ArwynFr/dotnet-integration-testing</RepositoryUrl>
16
<PackageTags>xunit;integration-testing;WebApplicationFactory</PackageTags>
17
<PackageIcon>logo.png</PackageIcon>
18
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
19
+ </PropertyGroup>
20
+
21
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
22
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
23
</PropertyGroup>
24
25
<ItemGroup>
0 commit comments