Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. starting build "73c89bf4-9a3f-4b46-902e-acde07208c24"
  2.  
  3. FETCHSOURCE
  4. Initialized empty Git repository in /workspace/.git/
  5. From https://source.developers.google.com/p/fygi-272514/r/bitbucket_fygitech_fyginator
  6. * branch e6aff68ab66c8ed48c3e99b8d21e1a8d23aadac0 -> FETCH_HEAD
  7. HEAD is now at e6aff68 Working on shopify integration.
  8. BUILD
  9. Already have image (with digest): gcr.io/cloud-builders/docker
  10. Sending build context to Docker daemon 301.1kB
  11.  
  12. Step 1/7 : FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
  13. 3.1: Pulling from dotnet/core/sdk
  14. 50e431f79093: Already exists
  15. dd8c6d374ea5: Already exists
  16. c85513200d84: Already exists
  17. 55769680e827: Already exists
  18. 046d154b40ef: Pulling fs layer
  19. 97147b68520e: Pulling fs layer
  20. 4121958ac16c: Pulling fs layer
  21. 046d154b40ef: Verifying Checksum
  22. 046d154b40ef: Download complete
  23. 4121958ac16c: Verifying Checksum
  24. 4121958ac16c: Download complete
  25. 97147b68520e: Verifying Checksum
  26. 97147b68520e: Download complete
  27. 046d154b40ef: Pull complete
  28. 97147b68520e: Pull complete
  29. 4121958ac16c: Pull complete
  30. Digest: sha256:a036559517e0bdf9f724111274ee3c6222418eae33a0b74d2f0ee4b8421e0dc2
  31. Status: Downloaded newer image for mcr.microsoft.com/dotnet/core/sdk:3.1
  32. ---> 336698ad1713
  33. Step 2/7 : RUN dotnet restore
  34. ---> Running in 2aabf10fe6df
  35. MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
  36. The command '/bin/sh -c dotnet restore' returned a non-zero code: 1
  37. ERROR
  38. ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement