Fix build.sh break by poorly timed dotnet first time experience (#12727)
authorDaniel Podder <dapodd@microsoft.com>
Tue, 11 Jul 2017 14:59:42 +0000 (07:59 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2017 14:59:42 +0000 (07:59 -0700)
commitde5f92822dbac17160da9e796e21918d2b812e38
treedc27ce9a797350ac554c87368a09908f6a2f8de2
parent359c135052b8db8e4a0045a42a9a3273336ed792
Fix build.sh break by poorly timed dotnet first time experience (#12727)

Depending on machine state, calling `dotnet` to dump the PGO and IBC
package version might trigger the first time experience message. This
breaks build.sh where it tries to parse the package version from `dotnet
msbuild`'s output. The fix is to disable the first time experience path
in these two invocations of `dotnet`.
build.sh