File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,7 @@ public class BuildEnvironment
3232 public static readonly string RelativeTestAssetsPath = @"..\testassets\" ;
3333 public static readonly string TestAssetsPath = Path . Combine ( AppContext . BaseDirectory , "testassets" ) ;
3434 public static readonly string TestDataPath = Path . Combine ( AppContext . BaseDirectory , "data" ) ;
35- // ActiveIssue for Linux/OSx: https://github.com/dotnet/runtime/issues/92335
36- public static readonly string TmpPath = RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) ?
37- Path . Combine ( AppContext . BaseDirectory , "wbt artifacts" ) :
38- Path . Combine ( AppContext . BaseDirectory , "wbt" ) ;
35+ public static readonly string TmpPath = Path . Combine ( AppContext . BaseDirectory , "wbt artifacts" ) ;
3936
4037 public static readonly string DefaultRuntimeIdentifier =
4138#if TARGET_WASI
Original file line number Diff line number Diff line change 495495 <FileWrites Include =" $(WasmRunV8ScriptPath)" />
496496 </ItemGroup >
497497
498- <Exec Condition =" '$(OS)' != 'Windows_NT'" Command =" chmod a+x $(WasmRunV8ScriptPath)" />
498+ <Exec Condition =" '$(OS)' != 'Windows_NT'" Command =" chmod a+x " $(WasmRunV8ScriptPath)" " />
499499 </Target >
500500
501501 <Target Name =" _WasmResolveReferences" Condition =" '$(WasmResolveAssembliesBeforeBuild)' == 'true'" >
You can’t perform that action at this time.
0 commit comments