We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56871b3 commit ec265c5Copy full SHA for ec265c5
appveyor.yml
@@ -21,7 +21,8 @@ build:
21
parallel: true
22
verbosity: minimal
23
test_script:
24
- - nunit-console.exe ".\NETProvider\src\FirebirdSql.Data.UnitTests\bin\%Configuration%\FirebirdSql.Data.UnitTests.dll" /framework:net-4.0 /exclude=Local
+ - ps: cd $testsDir
25
+ - ps: nunit-console FirebirdSql.Data.UnitTests.dll /framework:net-4.0 /exclude=Local
26
artifacts:
27
- path: NETProvider\src\FirebirdSql.Data.FirebirdClient\bin\$(Configuration)\FirebirdSql.Data.FirebirdClient.dll
28
- path: NETProvider\src\FirebirdSql.Data.FirebirdClient\bin\$(Configuration)\FirebirdSql.Data.FirebirdClient.pdb
0 commit comments