You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge toolset-tasks and core-sdk-tasks and put in common location
Merge the local repo tasks that come from the installer and the sdk
repositories together into a single one "sdk-tasks" and move it under
src/Tasks/sdk-tasks/.
Delete duplicate task files.
Copy file name to clipboardExpand all lines: documentation/project-docs/developer-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ This should print `Hello World!`.
166
166
167
167
## Locked files
168
168
169
-
If you see error like ` error MSB3021: Unable to copy file "toolset-tasks.dll" to "toolset-tasks.dll". The process cannot access the file 'toolset-tasks.dll' because it is being used by another process.`
169
+
If you see error like ` error MSB3021: Unable to copy file "sdk-tasks.dll" to "sdk-tasks.dll". The process cannot access the file 'sdk-tasks.dll' because it is being used by another process.`
170
170
171
171
You could run the following to stop all dotnet related processes
0 commit comments