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 61fbfcf commit 22122b5Copy full SHA for 22122b5
appveyor.yml
@@ -27,6 +27,8 @@ before_build:
27
build:
28
project: Code\AccountInBank.sln
29
verbosity: minimal
30
+after_build:
31
+- ps: Remove-Item Code\\AccountInBank\\bin\\\Release\\IniFile.dll
32
test_script:
33
- ps: vstest.console /logger:Appveyor "C:\projects\accountinbank-gta5\Code\Tests\bin\Release\Tests.dll" /Platform:x64
34
artifacts:
0 commit comments