Skip to content

Commit

Permalink
Disable implicit library packs fallback
Browse files Browse the repository at this point in the history
Running into dotnet/fsharp#13678 when
building in GitHub actions
  • Loading branch information
stevejgordon committed Oct 19, 2022
1 parent 2dc9859 commit 784c522
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<SolutionRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.bat))</SolutionRoot>

<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<DisableImplicitLibraryPacksFolder>true</DisableImplicitLibraryPacksFolder>
<RestoreLockedMode>true</RestoreLockedMode>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

Expand Down
1 change: 0 additions & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<Content Include="..\..\.github\workflows\make-release-notes.yml"><Link>make-release-notes.yml</Link></Content>
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.6" />
<PackageReference Include="Bullseye" Version="3.3.0" />
<PackageReference Include="Elastic.Elasticsearch.Managed" Version="0.2.6" />
<PackageReference Include="Fake.Core.Environment" Version="5.15.0" />
Expand Down

0 comments on commit 784c522

Please sign in to comment.