Skip to content

Commit 4a4e1e4

Browse files
authored
Merge pull request #1208 from aws/hajdrik/fix-nuspec
fix: source for annotations assembly in nuspec
2 parents 9518468 + 6c0dd75 commit 4a4e1e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Libraries/src/Amazon.Lambda.Annotations.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<file src="Amazon.Lambda.Annotations\bin\Release\netstandard2.0\Amazon.Lambda.Annotations.dll" target="lib/net6.0" />
2424

2525
<!-- Include every dependency manually for analyzer, whenever a new dependency is added, it has to be added here. -->
26-
<file src="Amazon.Lambda.Annotations.SourceGenerator\bin\Release\netstandard2.0\Amazon.Lambda.Annotations.dll" target="analyzers\dotnet\cs" />
26+
<!-- NOTE: Project dependencies should come from their own bin folder to make sure a code signed binary is packed -->
27+
<file src="Amazon.Lambda.Annotations\bin\Release\netstandard2.0\Amazon.Lambda.Annotations.dll" target="analyzers\dotnet\cs" />
2728
<file src="Amazon.Lambda.Annotations.SourceGenerator\bin\Release\netstandard2.0\Amazon.Lambda.Annotations.SourceGenerator.dll" target="analyzers\dotnet\cs" />
2829
<file src="Amazon.Lambda.Annotations.SourceGenerator\bin\Release\netstandard2.0\Newtonsoft.Json.dll" target="analyzers\dotnet\cs" />
2930
</files>

0 commit comments

Comments
 (0)