diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 827b97f33ac..8647164d91a 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -774,7 +774,7 @@ stages: workingDirectory: $(Build.SourcesDirectory) installationPath: $(Build.SourcesDirectory)/.dotnet - script: .\eng\common\dotnet.cmd - - script: .\Build.cmd $(_kind) -pack -c $(_BuildConfig) + - script: .\Build.cmd $(_kind) -ci -pack -c $(_BuildConfig) env: NativeToolsOnMachine: true displayName: Initial build and prepare packages. diff --git a/eng/Version.Details.props b/eng/Version.Details.props index fb64aafcc65..d39d8b4f083 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -19,19 +19,19 @@ This file should be imported by eng/Versions.props 1.0.0-prerelease.26318.1 1.0.0-prerelease.26318.1 - 5.10.0-1.26358.9 - 5.10.0-1.26358.9 - 5.10.0-1.26358.9 - 5.10.0-1.26358.9 - 5.10.0-1.26358.9 - 5.10.0-1.26358.9 - 5.10.0-1.26358.9 - 5.10.0-1.26358.9 + 5.10.0-1.26359.5 + 5.10.0-1.26359.5 + 5.10.0-1.26359.5 + 5.10.0-1.26359.5 + 5.10.0-1.26359.5 + 5.10.0-1.26359.5 + 5.10.0-1.26359.5 + 5.10.0-1.26359.5 - 10.0.2 - 10.0.2 - 10.0.2 - 10.0.2 + 10.0.8 + 10.0.8 + 10.0.8 + 10.0.8 10.0.8 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e446d5e3f40..4147079d860 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -18,58 +18,58 @@ https://github.com/dotnet/msbuild ad7e074ca3a93f4af30405c4cd24db04151d7ce8 - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/roslyn - 35967bab3447f7edd6162baee7048f801f18fffe + 4d24fd6cc1bd247579fc2cf42442b03004ecc7bd - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime - + https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 60486fabcaa..8f756067e4d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -103,16 +103,17 @@ 18.0.2188-preview.1 18.0.1237-pre 18.0.2077-preview.1 - 18.0.5 + 18.7.19 2.0.28 $(MicrosoftVisualStudioShellPackagesVersion) $(VisualStudioShellProjectsPackages) - $(MicrosoftVisualStudioShellPackagesVersion) - $(MicrosoftVisualStudioShellPackagesVersion) - $(MicrosoftVisualStudioShellPackagesVersion) + + 18.9.438 + 18.9.438 + 18.9.438 $(MicrosoftVisualStudioShellPackagesVersion) $(MicrosoftVisualStudioShellPackagesVersion) $(MicrosoftVisualStudioShellPackagesVersion) @@ -127,7 +128,12 @@ $(VisualStudioEditorPackagesVersion) $(VisualStudioEditorPackagesVersion) $(VisualStudioEditorPackagesVersion) - $(VisualStudioEditorPackagesVersion) + + 18.9.123 $(VisualStudioEditorPackagesVersion) 17.14.0 0.1.800-beta @@ -136,6 +142,20 @@ $(MicrosoftVisualStudioThreadingPackagesVersion) + + 18.7.1 + 18.9.453 + 4.10.128 + 2.26.5 + + + 1.0.52 + $(VisualStudioProjectSystemPackagesVersion) 2.3.6152103 diff --git a/vsintegration/Directory.Build.targets b/vsintegration/Directory.Build.targets index 6d09285feca..16099d6637c 100644 --- a/vsintegration/Directory.Build.targets +++ b/vsintegration/Directory.Build.targets @@ -14,6 +14,11 @@ + + + + + diff --git a/vsintegration/tests/Directory.Build.targets b/vsintegration/tests/Directory.Build.targets index 14437118703..2bbbb8d4d4c 100644 --- a/vsintegration/tests/Directory.Build.targets +++ b/vsintegration/tests/Directory.Build.targets @@ -1,3 +1,10 @@ + + + + +