diff --git a/build/build-aspnetcore-publish-sln.ps1 b/build/build-aspnetcore-publish-sln.ps1 index 8ac218a62..86356d837 100644 --- a/build/build-aspnetcore-publish-sln.ps1 +++ b/build/build-aspnetcore-publish-sln.ps1 @@ -2,8 +2,8 @@ # Build all solutions foreach ($solution in $solutionArray) { - dotnet pack $solution.File -c Release --include-source --include-symbols - #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 \ No newline at end of file diff --git a/common.props b/common.props index c4f1bbac6..137a91007 100644 --- a/common.props +++ b/common.props @@ -34,5 +34,9 @@ $(SolutionDir)LocalNuget + + + $(SolutionDir)LocalNuget + \ No newline at end of file