Skip to content

Commit 22122b5

Browse files
committed
Add after build
1 parent 61fbfcf commit 22122b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ before_build:
2727
build:
2828
project: Code\AccountInBank.sln
2929
verbosity: minimal
30+
after_build:
31+
- ps: Remove-Item Code\\AccountInBank\\bin\\\Release\\IniFile.dll
3032
test_script:
3133
- ps: vstest.console /logger:Appveyor "C:\projects\accountinbank-gta5\Code\Tests\bin\Release\Tests.dll" /Platform:x64
3234
artifacts:

0 commit comments

Comments
 (0)