diff --git a/Directory.Build.props b/Directory.Build.props index 01147df66a..a6980945d7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + diff --git a/build/GenerateAnalyzerNuspec.targets b/build/GenerateAnalyzerNuspec.targets index 6511fd629e..e29701fca2 100644 --- a/build/GenerateAnalyzerNuspec.targets +++ b/build/GenerateAnalyzerNuspec.targets @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + $(IntermediateOutputPath)$(NuspecPackageId).nuspec $(ArtifactsBinDir) diff --git a/build/NuGet.props b/build/NuGet.props index 128dea0224..2826edf5e3 100644 --- a/build/NuGet.props +++ b/build/NuGet.props @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + $(NUGET_PACKAGES) diff --git a/build/Versions.props b/build/Versions.props index a286892c3a..4e41a0a58c 100644 --- a/build/Versions.props +++ b/build/Versions.props @@ -1,4 +1,8 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + 2.6.1 beta1 diff --git a/nuget/Directory.Build.props b/nuget/Directory.Build.props index ec7c695eaf..a4f61c06bf 100644 --- a/nuget/Directory.Build.props +++ b/nuget/Directory.Build.props @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/nuget/Directory.Build.targets b/nuget/Directory.Build.targets index 14361de64f..430b75fdfd 100644 --- a/nuget/Directory.Build.targets +++ b/nuget/Directory.Build.targets @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index ddda2929f4..53dc429c7c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index eb55778ce8..a62b48fb40 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + true diff --git a/src/Test.Utilities/Directory.Build.props b/src/Test.Utilities/Directory.Build.props index 07f0d0a106..222262c696 100644 --- a/src/Test.Utilities/Directory.Build.props +++ b/src/Test.Utilities/Directory.Build.props @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + true diff --git a/src/Test.Utilities/Directory.Build.targets b/src/Test.Utilities/Directory.Build.targets index f986c4d6a4..0a601f2fab 100644 --- a/src/Test.Utilities/Directory.Build.targets +++ b/src/Test.Utilities/Directory.Build.targets @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + $(SemanticVersion).0 diff --git a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Imports.targets b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Imports.targets index 6bbceade29..58c6a1ca8d 100644 --- a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Imports.targets +++ b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Imports.targets @@ -1,4 +1,8 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + -NoPackageAnalysis -prop binaries=$(OutDir) -prop authors=$(NuGetAuthors) -prop projectURL=$(NuGetProjectURL) -prop releaseNotes="$(NuGetReleaseNotes)" -prop tags="$(NuGetTags)" -prop licenseURL=$(NuGetLicenseURL) -prop buildName=$(TF_BUILD_BUILDDEFINITIONNAME) diff --git a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Settings.targets b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Settings.targets index 9b796b6fbe..25c2245e63 100644 --- a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Settings.targets +++ b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.NuGet.Settings.targets @@ -1,5 +1,9 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + http://go.microsoft.com/fwlink/?LinkId=529443 http://go.microsoft.com/fwlink/?LinkId=529444 diff --git a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Settings.targets b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Settings.targets index 674a05bc31..675119cad7 100644 --- a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Settings.targets +++ b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Settings.targets @@ -1,6 +1,10 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + diff --git a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Versions.targets b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Versions.targets index 77b26248f5..dfbbf1a3ff 100644 --- a/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Versions.targets +++ b/tools/AnalyzerCodeGenerator/template/build/Targets/Analyzers.Versions.targets @@ -1,4 +1,8 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + INSERTVERSIONS 1.0.0 diff --git a/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateAssemblyInfo.targets b/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateAssemblyInfo.targets index 93d02d5516..468a91cc6d 100644 --- a/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateAssemblyInfo.targets +++ b/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateAssemblyInfo.targets @@ -1,4 +1,8 @@  + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + $(IntermediateOutputPath)GeneratedAssemblyInfo_$(BuildVersion)$(DefaultLanguageSourceExtension) diff --git a/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateInternalsVisibleTo.targets b/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateInternalsVisibleTo.targets index 4f45c1bdd2..1589ae79b6 100644 --- a/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateInternalsVisibleTo.targets +++ b/tools/AnalyzerCodeGenerator/template/build/Targets/GenerateInternalsVisibleTo.targets @@ -1,4 +1,8 @@ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + $(IntermediateOutputPath)GeneratedInternalsVisibleTo$(DefaultLanguageSourceExtension)