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 fafe03d commit 02a8357Copy full SHA for 02a8357
.github/workflows/dotnet.yml
@@ -37,7 +37,7 @@ jobs:
37
run: dotnet restore
38
39
- name: Build Solution
40
- run: 'dotnet build --no-restore --configuration Release'
+ run: 'dotnet build --no-restore --configuration Release /p:ContinuousIntegrationBuild=true'
41
42
- name: Run Test
43
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings
src/Directory.Build.props
@@ -14,6 +14,7 @@
14
<RepositoryType>git</RepositoryType>
15
<RepositoryUrl>https://github.com/loresoft/AssemblyMetadata.Generators</RepositoryUrl>
16
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
18
</PropertyGroup>
19
20
<PropertyGroup>
0 commit comments