Skip to content

Commit

Permalink
Enable UseArtifactsOutput (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Nov 19, 2023
1 parent defee5d commit 8bd0eb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Directory.Build.props → Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<UseArtifactsOutput>true</UseArtifactsOutput>

</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Esprima.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Expand Down
1 change: 1 addition & 0 deletions samples/Esprima.Benchmark/Esprima.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<AssemblyOriginatorKeyFile>../../src/Esprima.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\test\Esprima.Tests\Fixtures\3rdparty\**" CopyToOutputDirectory="PreserveNewest" LinkBase="3rdparty" />
Expand Down
2 changes: 1 addition & 1 deletion test/Esprima.Tests.SourceGenerators/ModuleInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ public static class ModuleInitializer
[ModuleInitializer]
public static void Init()
{
VerifySourceGenerators.Enable();
VerifySourceGenerators.Initialize();
}
}

0 comments on commit 8bd0eb5

Please sign in to comment.