diff --git a/build.ps1 b/build.ps1 index 2210b5bd89..470cd13b7d 100644 --- a/build.ps1 +++ b/build.ps1 @@ -273,6 +273,7 @@ $MSBuildArguments += "/p:_RunSign=$Sign" Import-Module -Force -Scope Local (Join-Path $korebuildPath 'KoreBuild.psd1') try { + $RepoRoot = Resolve-Path $RepoRoot Set-KoreBuildSettings -ToolsSource $ToolsSource -DotNetHome $DotNetHome -RepoPath $RepoRoot -ConfigFile $ConfigFile -CI:$CI if ($ForceCoreMsbuild) { $global:KoreBuildSettings.MSBuildType = 'core' diff --git a/build/RepositoryBuild.targets b/build/RepositoryBuild.targets index ba064d3451..1b06131f08 100644 --- a/build/RepositoryBuild.targets +++ b/build/RepositoryBuild.targets @@ -106,7 +106,7 @@ $(KoreBuildVersion) - 3.0.0-build-20190118.4 + 3.0.0-build-20190122.3 1.0.0-alpha-004 15.9.0 diff --git a/eng/signcheck.exclusions.txt b/eng/signcheck.exclusions.txt index acbdca8318..eda95be899 100644 --- a/eng/signcheck.exclusions.txt +++ b/eng/signcheck.exclusions.txt @@ -4,3 +4,4 @@ content/*.js;Microsoft.DotNet.Web.ProjectTemplates.*.nupkg; Exclude JavaScript f Templates/*.js;Microsoft.VisualStudio.Web.CodeGenerators.Mvc.*.nupkg; Exclude JavaScript files from codesigning in code generators *.js;signalr-*-javadoc.jar; Exclude JavaScript files in the generated javadocs *.binlog; Exclude msbuild log files +*.symbols.nupkg; Exclude NuGet symbols packages. These are not shipped to customers and should not be code signed. diff --git a/global.json b/global.json index 4b78711287..4d190b7c6b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "version": "3.0.100-preview-009750" }, "msbuild-sdks": { - "Internal.AspNetCore.Sdk": "3.0.0-build-20190118.4" + "Internal.AspNetCore.Sdk": "3.0.0-build-20190122.3" } } diff --git a/korebuild-lock.txt b/korebuild-lock.txt index f48262d1e4..7c5c3f7bb7 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:3.0.0-build-20190118.4 -commithash:dc060235e4056a2a5ec0141fa89da9e490544268 +version:3.0.0-build-20190122.3 +commithash:43e5fa8e3d8b192e573c3c14ae39b43e1d05cd5e