From a7a61eddff1b7d74fd265adb21e0a8243c04c1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Mon, 6 May 2019 17:44:58 -0700 Subject: [PATCH] Auto-generate versions of build task assemblies (#277) * Auto-generate versions of build task assemblies --- eng/common/SigningValidation.proj | 83 +++++++++++++++++++ global.json | 4 +- src/Directory.Build.props | 1 + src/Directory.Build.targets | 4 - .../Microsoft.Build.StandardCI.csproj | 1 + ...icrosoft.Build.Tasks.Git.Operations.csproj | 3 +- .../Microsoft.Build.Tasks.Git.csproj | 1 + .../Microsoft.Build.Tasks.Tfvc.csproj | 1 + .../Microsoft.SourceLink.Bitbucket.Git.csproj | 1 + .../Microsoft.SourceLink.Common.csproj | 1 + .../Microsoft.SourceLink.GitHub.csproj | 1 + .../Microsoft.SourceLink.GitLab.csproj | 1 + .../Microsoft.SourceLink.Tfs.Git.csproj | 1 + .../Microsoft.SourceLink.Vsts.Git.csproj | 1 + .../Microsoft.SourceLink.Vsts.Tfvc.csproj | 1 + 15 files changed, 98 insertions(+), 7 deletions(-) create mode 100644 eng/common/SigningValidation.proj diff --git a/eng/common/SigningValidation.proj b/eng/common/SigningValidation.proj new file mode 100644 index 00000000..7045fb6f --- /dev/null +++ b/eng/common/SigningValidation.proj @@ -0,0 +1,83 @@ + + + + + + netcoreapp2.1 + + + + + + + + $(NuGetPackageRoot)Microsoft.DotNet.SignCheck\$(SignCheckVersion)\tools\Microsoft.DotNet.SignCheck.exe + + $(PackageBasePath) + signcheck.log + signcheck.errors.log + signcheck.exclusions.txt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/global.json b/global.json index e8921b03..cdba2f50 100644 --- a/global.json +++ b/global.json @@ -1,8 +1,8 @@ { "tools": { - "dotnet": "2.1.600-preview-009426" + "dotnet": "2.2.203" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19167.10" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19255.2" } } diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 341d3ec6..58960623 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,6 +6,7 @@ Latest $(CopyrightMicrosoft) Apache-2.0 + true diff --git a/src/Microsoft.Build.StandardCI/Microsoft.Build.StandardCI.csproj b/src/Microsoft.Build.StandardCI/Microsoft.Build.StandardCI.csproj index 210348db..9f8e2bf7 100644 --- a/src/Microsoft.Build.StandardCI/Microsoft.Build.StandardCI.csproj +++ b/src/Microsoft.Build.StandardCI/Microsoft.Build.StandardCI.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true diff --git a/src/Microsoft.Build.Tasks.Git.Operations/Microsoft.Build.Tasks.Git.Operations.csproj b/src/Microsoft.Build.Tasks.Git.Operations/Microsoft.Build.Tasks.Git.Operations.csproj index 5e201bbb..cc9f016b 100644 --- a/src/Microsoft.Build.Tasks.Git.Operations/Microsoft.Build.Tasks.Git.Operations.csproj +++ b/src/Microsoft.Build.Tasks.Git.Operations/Microsoft.Build.Tasks.Git.Operations.csproj @@ -1,7 +1,8 @@  net461;netcoreapp2.0 - + true + true Microsoft.Build.Tasks.Git diff --git a/src/Microsoft.Build.Tasks.Git/Microsoft.Build.Tasks.Git.csproj b/src/Microsoft.Build.Tasks.Git/Microsoft.Build.Tasks.Git.csproj index 86b1a4be..33cdb323 100644 --- a/src/Microsoft.Build.Tasks.Git/Microsoft.Build.Tasks.Git.csproj +++ b/src/Microsoft.Build.Tasks.Git/Microsoft.Build.Tasks.Git.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true diff --git a/src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj b/src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj index 5fee886f..e582685f 100644 --- a/src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj +++ b/src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj @@ -1,6 +1,7 @@  net46 + true true diff --git a/src/SourceLink.Bitbucket.Git/Microsoft.SourceLink.Bitbucket.Git.csproj b/src/SourceLink.Bitbucket.Git/Microsoft.SourceLink.Bitbucket.Git.csproj index 699fb562..7abd791f 100644 --- a/src/SourceLink.Bitbucket.Git/Microsoft.SourceLink.Bitbucket.Git.csproj +++ b/src/SourceLink.Bitbucket.Git/Microsoft.SourceLink.Bitbucket.Git.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true diff --git a/src/SourceLink.Common/Microsoft.SourceLink.Common.csproj b/src/SourceLink.Common/Microsoft.SourceLink.Common.csproj index 5b43c05b..7d8a9792 100644 --- a/src/SourceLink.Common/Microsoft.SourceLink.Common.csproj +++ b/src/SourceLink.Common/Microsoft.SourceLink.Common.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true diff --git a/src/SourceLink.GitHub/Microsoft.SourceLink.GitHub.csproj b/src/SourceLink.GitHub/Microsoft.SourceLink.GitHub.csproj index 3cf9e3dc..7e4bf97c 100644 --- a/src/SourceLink.GitHub/Microsoft.SourceLink.GitHub.csproj +++ b/src/SourceLink.GitHub/Microsoft.SourceLink.GitHub.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true diff --git a/src/SourceLink.GitLab/Microsoft.SourceLink.GitLab.csproj b/src/SourceLink.GitLab/Microsoft.SourceLink.GitLab.csproj index 527fa227..39fd6d1b 100644 --- a/src/SourceLink.GitLab/Microsoft.SourceLink.GitLab.csproj +++ b/src/SourceLink.GitLab/Microsoft.SourceLink.GitLab.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true diff --git a/src/SourceLink.Tfs.Git/Microsoft.SourceLink.Tfs.Git.csproj b/src/SourceLink.Tfs.Git/Microsoft.SourceLink.Tfs.Git.csproj index 07c7c80d..eb6d85a7 100644 --- a/src/SourceLink.Tfs.Git/Microsoft.SourceLink.Tfs.Git.csproj +++ b/src/SourceLink.Tfs.Git/Microsoft.SourceLink.Tfs.Git.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true diff --git a/src/SourceLink.Vsts.Git/Microsoft.SourceLink.Vsts.Git.csproj b/src/SourceLink.Vsts.Git/Microsoft.SourceLink.Vsts.Git.csproj index 394a2989..65bfb3bd 100644 --- a/src/SourceLink.Vsts.Git/Microsoft.SourceLink.Vsts.Git.csproj +++ b/src/SourceLink.Vsts.Git/Microsoft.SourceLink.Vsts.Git.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true diff --git a/src/SourceLink.Vsts.Tfvc/Microsoft.SourceLink.Vsts.Tfvc.csproj b/src/SourceLink.Vsts.Tfvc/Microsoft.SourceLink.Vsts.Tfvc.csproj index b646dd99..df365731 100644 --- a/src/SourceLink.Vsts.Tfvc/Microsoft.SourceLink.Vsts.Tfvc.csproj +++ b/src/SourceLink.Vsts.Tfvc/Microsoft.SourceLink.Vsts.Tfvc.csproj @@ -1,6 +1,7 @@  net461;netcoreapp2.0 + true true