Skip to content

Commit a759d29

Browse files
committed
IncludeSource
1 parent 088ff7b commit a759d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUnit.Pipeline/Modules/PackTUnitFilesModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ await context.DotNet()
3737
new KeyValue("AssemblyFileVersion", version.SemVer!),
3838
new KeyValue("IsPackTarget", "true")
3939
],
40-
IncludeSource = true,
40+
IncludeSource = project == Sourcy.DotNet.Projects.TUnit_Templates ? false : true,
4141
Configuration = Configuration.Release,
4242
}, cancellationToken);
4343

0 commit comments

Comments
 (0)