10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347b9ed commit 861ec27Copy full SHA for 861ec27
build.sh
@@ -265,6 +265,10 @@ if [[ "$test" == true ]]; then
265
actions=( "/p:Restore=true" "/p:Build=true" "/p:Test=true" )
266
properties+=( "/p:IsTestRun=true" )
267
268
+ if [[ "$sourceOnly" == true ]]; then
269
+ properties+=( "/p:DotNetBuildWithOnlineFeeds=true" )
270
+ fi
271
+
272
# Workaround for vstest hangs: https://github.com/microsoft/vstest/issues/10760
273
export MSBUILDENSURESTDOUTFORTASKPROCESSES=1
274
# Ensure all test projects share stdout (https://github.com/dotnet/source-build/issues/4635#issuecomment-2397464519)
0 commit comments