File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
RepoThatShouldFailToBuild
test/KoreBuild.FunctionalTests Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 13
13
<_ShouldRunBundledRestore Condition =" Exists('$(_BundledRestoreSentinel)')" >false</_ShouldRunBundledRestore >
14
14
</PropertyGroup >
15
15
16
- <Touch Files =" $(_BundledRestoreSentinel)" AlwaysCreate =" true" Condition =" ! Exists('$(_BundledRestoreSentinel)') " />
16
+ <Touch
17
+ Files =" $(_BundledRestoreSentinel)"
18
+ AlwaysCreate =" true"
19
+ Condition =" ! Exists('$(_BundledRestoreSentinel)') "
20
+ ContinueOnError =" true" />
17
21
18
22
<MSBuild Targets =" Restore"
19
23
Projects =" $(MSBuildThisFileDirectory)BundledPackageRestorer.csproj"
Original file line number Diff line number Diff line change @@ -145,9 +145,6 @@ public void BuildOfGlobalCliToolIncludesShims()
145
145
146
146
var winx64 = Assert . Single ( files , f => f . StartsWith ( "tools/netcoreapp2.1/any/shims/win-x64/" ) ) ;
147
147
Assert . Equal ( "GlobalConsoleTool.exe" , Path . GetFileName ( winx64 ) ) ;
148
-
149
- var osx64 = Assert . Single ( files , f => f . StartsWith ( "tools/netcoreapp2.1/any/shims/osx-x64/" ) ) ;
150
- Assert . Equal ( "GlobalConsoleTool" , Path . GetFileName ( osx64 ) ) ;
151
148
}
152
149
153
150
var toolsDir = Path . Combine ( app . WorkingDirectory , "artifacts" , "tools" ) ;
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1 /tools/korebuild.schema.json" ,
3
- "channel" : " release/2.1 "
2
+ "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/dev /tools/korebuild.schema.json" ,
3
+ "channel" : " dev "
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1 /tools/korebuild.schema.json" ,
3
- "channel" : " release/2.1 "
2
+ "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/dev /tools/korebuild.schema.json" ,
3
+ "channel" : " dev "
4
4
}
You can’t perform that action at this time.
0 commit comments