summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BuildToolsVersion.txt2
-rw-r--r--dir.props5
2 files changed, 5 insertions, 2 deletions
diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt
index fb62cb8e32..4bd96fb2f1 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-2.0.0-prerelease-01903-01 \ No newline at end of file
+2.0.0-prerelease-01914-02
diff --git a/dir.props b/dir.props
index 5f2f987bdf..4ee67e5022 100644
--- a/dir.props
+++ b/dir.props
@@ -61,6 +61,9 @@
<SourceDir>$(__SourceDir)\</SourceDir>
<SourceDir Condition="'$(__SourceDir)'==''">$(ProjectDir)src\</SourceDir>
+ <!-- This name is used to create a GIT reposiitory URL https://github.com/dotnet/$(GitHubRepositoryName) used to find source code for debugging -->
+ <GitHubRepositoryName Condition="'$(GitHubRepositoryName)' == ''">coreclr</GitHubRepositoryName>
+
<PackagesDir>$(__PackagesDir)\</PackagesDir>
<PackagesDir Condition="'$(__PackagesDir)'==''">$(ProjectDir)packages\</PackagesDir>
@@ -179,7 +182,7 @@
<PackageIndex Include="$(PackageIndexFile)" />
</ItemGroup>
- <PropertyGroup>
+ <PropertyGroup Condition="'$(OfficialBuildId)' != ''">
<BuildVersionFile>$(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props</BuildVersionFile>
</PropertyGroup>