You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_globalProperties.Add(MsBuildProperties.UseCommonOutputDirectory,"true");// This is used in a condition to prevent copying in _CopyFilesMarkedCopyLocal
100
100
_globalProperties.Add(MsBuildProperties.GeneratePackageOnBuild,"false");// Prevent NuGet.Build.Tasks.Pack.targets from running the pack targets (since we didn't build anything)
101
+
_globalProperties.Add(MsBuildProperties.UseAppHost,"false");// Prevent creation of native host executable https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#useapphost
0 commit comments