Lines Matching full:artifacts
22 mkdir ..\..\artifacts
24 @rem Collect the artifacts built by the previous build step
28 @rem Collect protoc artifacts built by the previous build step
37 %DOTNET% pack --configuration Release Grpc.Core --output ..\..\..\artifacts || goto :error
38 %DOTNET% pack --configuration Release Grpc.Core.Testing --output ..\..\..\artifacts || goto :error
39 %DOTNET% pack --configuration Release Grpc.Auth --output ..\..\..\artifacts || goto :error
40 %DOTNET% pack --configuration Release Grpc.HealthCheck --output ..\..\..\artifacts || goto :error
41 %DOTNET% pack --configuration Release Grpc.Reflection --output ..\..\..\artifacts || goto :error
43 %NUGET% pack Grpc.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts || goto :error
44 %NUGET% pack Grpc.Core.NativeDebug.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
45 %NUGET% pack Grpc.Tools.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
47 @rem copy resulting nuget packages to artifacts directory
48 xcopy /Y /I *.nupkg ..\..\artifacts\ || goto :error
50 @rem create a zipfile with the artifacts as well
51 …ileSystem'; [System.IO.Compression.ZipFile]::CreateFromDirectory('..\..\artifacts', 'csharp_nugets…
52 xcopy /Y /I csharp_nugets_windows_dotnetcli.zip ..\..\artifacts\ || goto :error