Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1.         {
  2.             "label": "publish",
  3.             "command": "dotnet",
  4.             "type": "process",
  5.             "args": [
  6.                 "publish",
  7.                 "${workspaceFolder}/Raspberry-test.csproj", // Your project name
  8.                 // "--runtime", "portable",  // Can select 'linux-arm' runtime and add  --self-contained false
  9.                 "--output","${workspaceRoot}\\bin\\Debug\\netcoreapp3.1\\publish" // Desired path publish
  10.             ],
  11.             "problemMatcher": "$msCompile"
  12.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement