- update `common.props` - use `dotnet pack xxx`
@ -2,8 +2,8 @@
# Build all solutions
foreach ($solution in $solutionArray) {
#dotnet pack -c Release --include-source --include-symbols $solution.File --no-cache
dotnet build -c Release $solution.File --no-cache
dotnet pack -c Release --include-source --include-symbols $solution.File --no-cache
# dotnet build -c Release $solution.File --no-cache
}
Set-Location $rootFolder
@ -34,5 +34,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>$(SolutionDir)LocalNuget</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
</Project>