File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Task("Test")
6060
6161 if ( ! parameters . IsRunningOnMacOS ) {
6262 settings . TestAdapterPath = new DirectoryPath ( "." ) ;
63- var resultsPath = MakeAbsolute ( new FilePath ( $ "{ testResultsPath } / { projectName } .results.xml") ) ;
63+ var resultsPath = MakeAbsolute ( testResultsPath . CombineWithFilePath ( $ "{ projectName } .results.xml") ) ;
6464 settings . Logger = $ "nunit;LogFilePath={ resultsPath } ";
6565 }
6666
@@ -91,7 +91,7 @@ Task("Test")
9191
9292 var workDir = "./src/GitVersionVsixTask" ;
9393 var npmSettings = new NpmRunScriptSettings { WorkingDirectory = workDir , LogLevel = NpmLogLevel . Silent , ScriptName = "test" } ;
94- var vsixResultsPath = MakeAbsolute ( new FilePath ( $ " { testResultsPath } / vsix.results.xml") ) ;
94+ var vsixResultsPath = MakeAbsolute ( testResultsPath . CombineWithFilePath ( " vsix.results.xml") ) ;
9595 npmSettings . Arguments . Add ( $ "--reporter-options mochaFile={ vsixResultsPath } ") ;
9696 NpmRunScript ( npmSettings ) ;
9797} )
You can’t perform that action at this time.
0 commit comments