Refactor NuGet package handling across multiple CI runners and documentation. Update paths to use .nuget/packages instead of local-nugets. Enhance README files for clarity on usage and environment setup. Add script to automate the addition of test projects to the solution.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<Company>StellaOps</Company>
|
||||
<Version>0.1.0-alpha</Version>
|
||||
<Description>Shared Policy/Authority/Signals contracts for advisory signals.</Description>
|
||||
<PackageOutputPath>../../../../local-nugets</PackageOutputPath>
|
||||
<PackageOutputPath>../../../../.nuget/packages</PackageOutputPath>
|
||||
<IncludeSymbols>false</IncludeSymbols>
|
||||
<IncludeSource>false</IncludeSource>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user