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