Skip to content

Commit

Permalink
Append to MSBuildAllProjects
Browse files Browse the repository at this point in the history
Related to #121 but does not fix it.
  • Loading branch information
AArnott committed Apr 22, 2017
1 parent e1682f7 commit ebb3f13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<VersionSourceFile>$(IntermediateOutputPath)\$(AssemblyName).Version$(DefaultLanguageSourceExtension)</VersionSourceFile>

<PrepareResourcesDependsOn>
Expand Down Expand Up @@ -140,7 +141,7 @@
AssemblyConfiguration="$(Configuration)"
EmitNonVersionCustomAttributes="$(NBGV_EmitNonVersionCustomAttributes)"
/>
<!-- Avoid applying the newly generated AssemblyVersionInfo.cs file to the build
<!-- Avoid applying the newly generated AssemblyVersionInfo.cs file to the build
unless it has changed in order to allow for incremental building. -->
<Nerdbank.GitVersioning.Tasks.CompareFiles OriginalItems="$(VersionSourceFile)" NewItems="$(NewVersionSourceFile)">
<Output TaskParameter="AreChanged" PropertyName="AssemblyVersionInfoChanged" />
Expand Down

0 comments on commit ebb3f13

Please sign in to comment.