File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ NUGET_ADDR_PROD = https://api.nuget.org/v3/index.json
33NUGET_FILES =` ls ./nupkgs/* .nupkg `
44
55build :clean
6- -dotnet pack ./src/Grpc.Extension.Abstract/Grpc.Extension.Abstract.csproj -c Release -o ./../../ nupkgs
7- -dotnet pack ./src/Grpc.Extension.Discovery/Grpc.Extension.Discovery.csproj -c Release -o ./../../ nupkgs
8- -dotnet pack ./src/Grpc.Extension.Common/Grpc.Extension.Common.csproj -c Release -o ./../../ nupkgs
9- -dotnet pack ./src/Grpc.Extension.Client/Grpc.Extension.Client.csproj -c Release -o ./../../ nupkgs
10- -dotnet pack ./src/Grpc.Extension/Grpc.Extension.csproj -c Release -o ./../../ nupkgs
6+ -dotnet pack ./src/Grpc.Extension.Abstract/Grpc.Extension.Abstract.csproj -c Release -o ./nupkgs
7+ -dotnet pack ./src/Grpc.Extension.Discovery/Grpc.Extension.Discovery.csproj -c Release -o ./nupkgs
8+ -dotnet pack ./src/Grpc.Extension.Common/Grpc.Extension.Common.csproj -c Release -o ./nupkgs
9+ -dotnet pack ./src/Grpc.Extension.Client/Grpc.Extension.Client.csproj -c Release -o ./nupkgs
10+ -dotnet pack ./src/Grpc.Extension/Grpc.Extension.csproj -c Release -o ./nupkgs
1111
1212push-dev :build
1313 # method one
You can’t perform that action at this time.
0 commit comments