|
6 | 6 | <PropertyGroup>
|
7 | 7 | <OsEnvironment Condition="'$(OsEnvironment)'==''">$(OS)</OsEnvironment>
|
8 | 8 | </PropertyGroup>
|
9 |
| - |
| 9 | + |
10 | 10 | <!-- Build Tools Versions -->
|
11 | 11 | <PropertyGroup>
|
12 | 12 | <RoslynVersion>1.0.0-rc3-20150510-01</RoslynVersion>
|
13 | 13 | <RoslynPackageName>Microsoft.Net.ToolsetCompilers</RoslynPackageName>
|
14 | 14 | </PropertyGroup>
|
15 | 15 |
|
16 |
| - <!-- |
17 |
| - Switching to the .NET Core version of the BuildTools tasks seems to break numerous scenarios, such as VS intellisense and resource designer |
18 |
| - as well as runnning the build on mono. Until we can get these sorted out we will continue using the .NET 4.6 version of the tasks. |
19 |
| - --> |
20 |
| - <PropertyGroup> |
21 |
| - <BuildToolsTargets45>true</BuildToolsTargets45> |
22 |
| - </PropertyGroup> |
| 16 | + <!-- |
| 17 | + Switching to the .NET Core version of the BuildTools tasks seems to break numerous scenarios, such as VS intellisense and resource designer |
| 18 | + as well as runnning the build on mono. Until we can get these sorted out we will continue using the .NET 4.6 version of the tasks. |
| 19 | + --> |
| 20 | + <PropertyGroup> |
| 21 | + <BuildToolsTargets45>true</BuildToolsTargets45> |
| 22 | + </PropertyGroup> |
23 | 23 |
|
24 | 24 | <!-- Common repo directories -->
|
25 | 25 | <PropertyGroup>
|
|
72 | 72 | $(RestoreSources)
|
73 | 73 | </RestoreSources>
|
74 | 74 | <RestoreSources Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'">
|
75 |
| - $(PackagesDir)AzureTransfer\; |
76 | 75 | $(RestoreSources)
|
| 76 | + $(PackagesDir)AzureTransfer\; |
77 | 77 | </RestoreSources>
|
78 | 78 | </PropertyGroup>
|
79 | 79 |
|
|
101 | 101 |
|
102 | 102 | <!-- Which tests shall we build? Default: Priority 0 tests.
|
103 | 103 | At the command-line, the user can specify /p:CLRTestPriorityToBuild=666 (for example), and
|
104 |
| - all tests with CLRTestPriority 666,..., 1 AND 0 will build. |
105 |
| - |
| 104 | + all tests with CLRTestPriority 666,..., 1 AND 0 will build. |
| 105 | +
|
106 | 106 | Consequently, specifying CLRTestPriorityToBuild=1 will build all tests with CLRTestPriority 1 and 0.
|
107 |
| - |
108 |
| - CLRTestPriority = 0 will build only priority 0 cases. |
109 |
| - |
| 107 | +
|
| 108 | + CLRTestPriority = 0 will build only priority 0 cases. |
| 109 | +
|
110 | 110 | In other words, the CLRTestPriority cases of 0 are *essential* testcases. The higher the value,
|
111 | 111 | the less priority we give them.
|
112 | 112 | -->
|
113 | 113 | <PropertyGroup>
|
114 | 114 | <CLRTestPriorityToBuild>0</CLRTestPriorityToBuild>
|
115 | 115 | </PropertyGroup>
|
116 |
| - |
| 116 | + |
117 | 117 | </Project>
|
0 commit comments