Skip to content

Commit c9ef3ba

Browse files
committed
refactor(ci): move NuGet.config package source mapping creation from YAML to Fake
1 parent 4ad7693 commit c9ef3ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

src/FSharpLint.Core/FSharpLint.Core.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<IsPackable>true</IsPackable>
88
<RootNamespace>FSharpLint.Core</RootNamespace>
99
<EnableDefaultItems>false</EnableDefaultItems>
10+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1011

1112
<Title>FSharpLint.Core</Title>
1213
<Description>API to programmatically run FSharpLint.</Description>
@@ -15,7 +16,7 @@
1516

1617
<ItemGroup>
1718
<!-- Framework -->
18-
<Compile Include="AssemblyInfo.fs" />
19+
<Compile Include="Attributes.fs" />
1920
<Compile Include="Prelude.fs" />
2021
<Compile Include="Framework/Utilities.fs" />
2122
<Compile Include="Framework/HintParser.fs" />

0 commit comments

Comments
 (0)