Lines Matching refs:artifacts
17 mkdir ..\..\artifacts
19 @rem Collect the artifacts built by the previous build step
23 @rem Collect protoc artifacts built by the previous build step
35 %DOTNET% pack --configuration Release Grpc.Core.Api --output ..\..\..\artifacts || goto :error
36 %DOTNET% pack --configuration Release Grpc.Core --output ..\..\..\artifacts || goto :error
37 %DOTNET% pack --configuration Release Grpc.Core.Testing --output ..\..\..\artifacts || goto :error
38 %DOTNET% pack --configuration Release Grpc.Auth --output ..\..\..\artifacts || goto :error
39 %DOTNET% pack --configuration Release Grpc.HealthCheck --output ..\..\..\artifacts || goto :error
40 %DOTNET% pack --configuration Release Grpc.Reflection --output ..\..\..\artifacts || goto :error
41 %DOTNET% pack --configuration Release Grpc.Tools --output ..\..\..\artifacts || goto :error
43 %DOTNET% pack --configuration Release Grpc --output ..\..\..\artifacts || goto :error
44 %DOTNET% pack --configuration Release Grpc.Core.NativeDebug --output ..\..\..\artifacts || goto :er…
46 @rem copy resulting nuget packages to artifacts directory
47 xcopy /Y /I *.nupkg ..\..\artifacts\ || goto :error
49 @rem create a zipfile with the artifacts as well
50 …ileSystem'; [System.IO.Compression.ZipFile]::CreateFromDirectory('..\..\artifacts', 'csharp_nugets…
51 xcopy /Y /I csharp_nugets_windows_dotnetcli.zip ..\..\artifacts\ || goto :error