Workaround flakiness in compiling the ChatSample (#1384)

This commit is contained in:
Nate McMaster 2018-01-31 14:36:20 -08:00 committed by GitHub
parent ac9db5dc7b
commit cf951a16db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<UserSecretsId>aspnet-ChatSample-f11cf018-e0a8-49fa-b749-4c0eb5c9150b</UserSecretsId>
<!-- Don't create a NuGet package -->
<IsPackable>false</IsPackable>
<!-- Ensures the minification only runs on one target framework - avoids race in MSBuild. -->
<RunBundleMinify Condition=" '$(TargetFramework)' == 'net461' OR '$(CI)' == 'true' ">false</RunBundleMinify>
</PropertyGroup>
<ItemGroup>