Skip to content

Commit

Permalink
fix - Fixed FTBFS for N.A.Package
Browse files Browse the repository at this point in the history
---

We've fixed a build failure arising from using snupkg on N.A.Package. Apparently, that's not supported for analyzer packages.

---

Type: fix
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 8, 2024
1 parent 66c9ad6 commit 151c46b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<!-- MSBuild Tags -->
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageOutputPath>../../Nitrocid/KSAnalyzer</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- Repository set up -->
Expand Down

0 comments on commit 151c46b

Please sign in to comment.