File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-rc.1.25411.109"
3
+ "version" : " 10.0.100-rc.1.25411.109" ,
4
+ "paths" : [ " .dotnet" , " $host$" ],
5
+ "errorMessage" : " The .NET SDK could not be found, run ./restore.cmd or ./restore.sh first."
4
6
},
5
7
"tools" : {
6
8
"dotnet" : " 10.0.100-rc.1.25411.109" ,
Original file line number Diff line number Diff line change 59
59
<PropertyGroup >
60
60
<TestTemplateCreationFolder >$([MSBuild]::NormalizePath('$(OutputPath)$(TestTemplateCreationFolder)'))</TestTemplateCreationFolder >
61
61
<CustomTemplateHivePath >$(TestTemplateCreationFolder)\Hives\$([System.Guid]::NewGuid())\.templateengine</CustomTemplateHivePath >
62
- <TemplateTestDotNetRoot Condition =" '$(IsHelixJob)' != 'true'" >$(TestTemplateCreationFolder)dotnet\</TemplateTestDotNetRoot >
62
+ <TemplateTestDotNetRoot Condition =" '$(IsHelixJob)' != 'true'" >$(TestTemplateCreationFolder). dotnet\</TemplateTestDotNetRoot >
63
63
<_DotNetHostFileName >dotnet</_DotNetHostFileName >
64
64
<_DotNetHostFileName Condition =" $([MSBuild]::IsOSPlatform(`Windows`))" >dotnet.exe</_DotNetHostFileName >
65
65
</PropertyGroup >
120
120
<_FilesToCopy Include =" $(LocalDotNetRoot)shared\**\*" DestinationRelativeFolder =" shared\" />
121
121
<_FilesToCopy Include =" $(LocalDotNetRoot)sdk\**\*" DestinationRelativeFolder =" sdk\" />
122
122
<_FilesToCopy Include =" $(SharedFrameworkLayoutRoot)\**\*" />
123
+ <_FilesToCopy Include =" $(RepoRoot)\global.json" />
123
124
124
125
<_DestinationFiles Include =" @(_FilesToCopy->'$(TemplateTestDotNetRoot)%(DestinationRelativeFolder)%(RecursiveDir)%(Filename)%(Extension)')" />
125
126
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ {
2
+ "sdk" : {
3
+ "version" : " 10.0.100-rc.1.25411.109" ,
4
+ "paths" : [ " scripts/.dotnet" , " $host$" ],
5
+ "errorMessage" : " The .NET SDK could not be found, run ./restore.cmd or ./restore.sh first."
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments