summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorjashook <jarret_shook@outlook.com>2019-06-13 22:33:08 -0700
committerjashook <jarret_shook@outlook.com>2019-06-13 22:33:08 -0700
commit1354bb6f5f6de5bc96a384f9ceee0381644797f2 (patch)
tree9f5ca9aa9e69b4f7c91354ee70bc914b88e0d9a2 /src/.nuget
parent1e61962b559f185d88f8519594ce023541d04dba (diff)
downloadcoreclr-1354bb6f5f6de5bc96a384f9ceee0381644797f2.tar.gz
coreclr-1354bb6f5f6de5bc96a384f9ceee0381644797f2.tar.bz2
coreclr-1354bb6f5f6de5bc96a384f9ceee0381644797f2.zip
Partially address comments
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/optdata/ibcmerge.csproj6
-rw-r--r--src/.nuget/optdata/optdata.csproj12
2 files changed, 9 insertions, 9 deletions
diff --git a/src/.nuget/optdata/ibcmerge.csproj b/src/.nuget/optdata/ibcmerge.csproj
index 7f1d026949..62ab3ce43f 100644
--- a/src/.nuget/optdata/ibcmerge.csproj
+++ b/src/.nuget/optdata/ibcmerge.csproj
@@ -15,9 +15,9 @@
<!-- Notes: -->
<!-- -->
<!-- DumpIbcMergePackageVersion is used by build.sh and build.cmd to pass -->
- <!-- the version information to cmake. The task will write a file to the -->
- <!-- intermediates directory to be read back by build.cmd/sh. The path for -->
- <!-- the file is IbcMergePackageVersionOutputFile -->
+ <!-- the version information to cmake. The task will write a file to be -->
+ <!-- read back by build.cmd/sh. The path for the file is: -->
+ <!-- $(IbcMergePackageVersionOutputFile) -->
<!-- -->
<Target Name="DumpIbcMergePackageVersion">
<!-- Error if PgoDataPackageVersionOutputFile is not set. -->
diff --git a/src/.nuget/optdata/optdata.csproj b/src/.nuget/optdata/optdata.csproj
index 400ffa67d2..e8d1e22acb 100644
--- a/src/.nuget/optdata/optdata.csproj
+++ b/src/.nuget/optdata/optdata.csproj
@@ -24,9 +24,9 @@
<!-- Notes: -->
<!-- -->
<!-- DumpPgoDataPackageVersion is used by build.sh and build.cmd to pass -->
- <!-- the version information to cmake. The task will write a file to the -->
- <!-- intermediates directory to be read back by build.cmd/sh. The path for -->
- <!-- the file is passed as proprty: PgoDataPackageVersionOutputFile -->
+ <!-- the version information to cmake. The task will write a file to be -->
+ <!-- read back by build.cmd/sh. The path for the file is: -->
+ <!-- $(PgoDataPackageVersionOutputFile) -->
<!-- -->
<Target Name="DumpPgoDataPackageVersion">
@@ -45,9 +45,9 @@
<!-- Notes: -->
<!-- -->
<!-- DumpIbcDataPackageVersion is used by build.sh and build.cmd to pass -->
- <!-- the version information to cmake. The task will write a file to the -->
- <!-- intermediates directory to be read back by build.cmd/sh. The path for -->
- <!-- the file is IbcDataPackageVersionOutputFile -->
+ <!-- the version information to cmake. The task will write a file to be -->
+ <!-- read back by build.cmd/sh. The path for the file is: -->
+ <!-- $(IbcDataPackageVersionOutputFile) -->
<!-- -->
<Target Name="DumpIbcDataPackageVersion">
<!-- Error if PgoDataPackageVersionOutputFile is not set. -->