Skip to content

Commit

Permalink
Using a local pakcage folder where all NuGet packages will be built
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 4, 2024
1 parent 290d97a commit f5284b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Harmony/Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
<ILRepackTargetsFile>$(SolutionDir)ILRepack.targets</ILRepackTargetsFile>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<ClearOutputDirectory>True</ClearOutputDirectory>
<PackageOutputPath>../packages</PackageOutputPath>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
$(MSBuildThisFileDirectory)/bin/ReleaseRef/;
$(MSBuildThisFileDirectory)../packages;
</RestoreAdditionalProjectSources>
</PropertyGroup>

Expand Down
4 changes: 4 additions & 0 deletions packages/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

0 comments on commit f5284b9

Please sign in to comment.