Skip to content

Commit 812d3a6

Browse files
committed
Mention RoslynTargetsPath
1 parent f0caed8 commit 812d3a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/general/decouple-vs-and-net-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ To mitigate this we will be fixing the `build-server shutdown` command to be rel
136136
Based on the value of the `RoslynCompilerType` property, the SDK sets property `RoslynTasksAssembly` to a full path to a [Roslyn build task DLL][roslyn-build-task],
137137
and the SDK targets use `$(RoslynTasksAssembly)` to load the build task.
138138

139+
The SDK also sets `RoslynTargetsPath` to the directory path of the roslyn tasks assembly. This property is used by some targets
140+
but it should be avoided if possible because the tasks assembly name can change as well, not just the directory path.
141+
139142
These values are recognized for property `RoslynCompilerType`:
140143
- `Core`: use the compiler that comes with the .NET SDK
141144
- `Framework`: use the compiler that comes with .NET Framework MSBuild

0 commit comments

Comments
 (0)