diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index ab4e343b3..1bf2fbfd2 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.22614.2", + "version": "1.1.0-beta.22615.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 611186207..ec422244e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -205,13 +205,13 @@ https://github.com/dotnet/arcade cb37e1f67041bfc6484ec47525bda461606efe92 - + https://github.com/dotnet/arcade-services - 33a418a5d21c1fd1286d0b7bf2c737f89361edd1 + 77b07fcd4e3d68ee364d1d7f7a7b6debfa7546a8 - + https://github.com/dotnet/arcade-services - 33a418a5d21c1fd1286d0b7bf2c737f89361edd1 + 77b07fcd4e3d68ee364d1d7f7a7b6debfa7546a8 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 084ece458..4d13397bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ - 1.1.0-beta.22614.2 + 1.1.0-beta.22615.1 diff --git a/src/SourceBuild/tarball/content/Directory.Build.props b/src/SourceBuild/tarball/content/Directory.Build.props index 1de78e8f8..dc550accf 100644 --- a/src/SourceBuild/tarball/content/Directory.Build.props +++ b/src/SourceBuild/tarball/content/Directory.Build.props @@ -33,7 +33,8 @@ $(MSBuildThisFileDirectory) $(ProjectDir)targets/ - $(ProjectDir)prereqs/keys/ + $(ProjectDir)prereqs/ + $(PrereqsDir)/keys/ $([MSBuild]::EnsureTrailingSlash('$(CustomDotNetSdkDir)')) $([MSBuild]::NormalizeDirectory('$(DOTNET_INSTALL_DIR)')) $(ProjectDir).dotnet/ @@ -120,14 +121,9 @@ $(BaseOutputPath)roslyn-debug/ $(BaseOutputPath)aspnet-debug $(AspNetRazorBuildServerLogDir)razor-build-server.log - - $(BaseOutputPath)git-info/ - - $(ProjectDir)git-info/ - $(GitInfoOutputDir)$(RepositoryName).props - $(GitInfoOutputDir)AllRepoVersions.props - $(GitInfoOfflineDir)$(RepositoryName).props - $(GitInfoOfflineDir)AllRepoVersions.props + $(PrereqsDir)git-info/ + $(GitInfoDir)$(RepositoryName).props + $(GitInfoDir)AllRepoVersions.props $(BaseOutputPath)prebuilt-report/ $(ProjectDir)/repo-projects/ $(PackageReportDir)prebuilt-packages/ @@ -205,8 +201,7 @@ - - + diff --git a/src/SourceBuild/tarball/content/build.proj b/src/SourceBuild/tarball/content/build.proj index cbad41cc9..c06ee0784 100644 --- a/src/SourceBuild/tarball/content/build.proj +++ b/src/SourceBuild/tarball/content/build.proj @@ -24,7 +24,6 @@ - diff --git a/src/SourceBuild/tarball/content/eng/tools/init-build.proj b/src/SourceBuild/tarball/content/eng/tools/init-build.proj index b7b75a86f..1206c1b50 100644 --- a/src/SourceBuild/tarball/content/eng/tools/init-build.proj +++ b/src/SourceBuild/tarball/content/eng/tools/init-build.proj @@ -3,7 +3,7 @@ - + diff --git a/src/SourceBuild/tarball/content/repo-projects/Directory.Build.props b/src/SourceBuild/tarball/content/repo-projects/Directory.Build.props index 76fb89308..dc8d58db5 100644 --- a/src/SourceBuild/tarball/content/repo-projects/Directory.Build.props +++ b/src/SourceBuild/tarball/content/repo-projects/Directory.Build.props @@ -6,8 +6,7 @@ - - + $(RepositoryName)