File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -161,16 +161,15 @@ Task SetupHelpForTests {
161
161
}
162
162
163
163
Task Build FindDotNet, CreateBuildInfo, {
164
- # NOTE: We use /p:UseSharedCompilation=false to work around a bug with CodeQL.
165
164
Exec { & dotnet restore $VerbosityArgs }
166
- Exec { & dotnet publish / p:UseSharedCompilation = false $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices\PowerShellEditorServices.csproj -f $script :NetRuntime.Standard }
167
- Exec { & dotnet publish / p:UseSharedCompilation = false $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices.Hosting\PowerShellEditorServices.Hosting.csproj -f $script :NetRuntime.PS7 }
165
+ Exec { & dotnet publish $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices\PowerShellEditorServices.csproj -f $script :NetRuntime.Standard }
166
+ Exec { & dotnet publish $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices.Hosting\PowerShellEditorServices.Hosting.csproj -f $script :NetRuntime.PS7 }
168
167
if (-not $script :IsNix ) {
169
- Exec { & dotnet publish / p:UseSharedCompilation = false $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices.Hosting\PowerShellEditorServices.Hosting.csproj -f $script :NetRuntime.Desktop }
168
+ Exec { & dotnet publish $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices.Hosting\PowerShellEditorServices.Hosting.csproj -f $script :NetRuntime.Desktop }
170
169
}
171
170
172
171
# Build PowerShellEditorServices.VSCode module
173
- Exec { & dotnet publish / p:UseSharedCompilation = false $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices.VSCode\PowerShellEditorServices.VSCode.csproj -f $script :NetRuntime.Standard }
172
+ Exec { & dotnet publish $VerbosityArgs - c $Configuration .\src\PowerShellEditorServices.VSCode\PowerShellEditorServices.VSCode.csproj -f $script :NetRuntime.Standard }
174
173
}
175
174
176
175
Task Test TestServer, TestE2E
You can’t perform that action at this time.
0 commit comments