Skip to content

Commit 02a8357

Browse files
committed
fix up package
1 parent fafe03d commit 02a8357

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: dotnet restore
3838

3939
- name: Build Solution
40-
run: 'dotnet build --no-restore --configuration Release'
40+
run: 'dotnet build --no-restore --configuration Release /p:ContinuousIntegrationBuild=true'
4141

4242
- name: Run Test
4343
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/loresoft/AssemblyMetadata.Generators</RepositoryUrl>
1616
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1718
</PropertyGroup>
1819

1920
<PropertyGroup>

0 commit comments

Comments
 (0)