Running unit test cases in FAKE throws an error

1 view
Skip to first unread message

kshitij Agrawal

unread,
Jan 18, 2017, 6:52:34 AM1/18/17
to FAKE - F# Make
Hi , 
I am trying to run unit test cases from fake  , 
while i run the script , it throws an error , i.e. 
access to the path c:/users/local/application data is denied.

Code :

    Target "Test" (fun _ ->
!! (testDir + "/NUnit.Test.*.dll")
 |> NUnit (fun p ->
 {p with
DisableShadowCopy = true;
OutputFile = testDir + "TestResults.xml" }))



And Please explain above code also , as I am following it from fake official website and I am new to FAKE.
Reply all
Reply to author
Forward
0 new messages