Added post-build script
This commit is contained in:
@@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
appveyor.yml = appveyor.yml
|
||||
LICENSE.txt = LICENSE.txt
|
||||
README.md = README.md
|
||||
showenv.bat = showenv.bat
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "TimberWinR.Wix", "TimberWix\TimberWinR.Wix.wixproj", "{82A39B31-61EC-468D-AA71-0D949AC6528F}"
|
||||
|
||||
@@ -3,6 +3,9 @@ version: 1.2.{build}
|
||||
build:
|
||||
verbosity: minimal
|
||||
|
||||
after_build:
|
||||
showenv.bat
|
||||
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: AssemblyInfo.*
|
||||
|
||||
3
showenv.bat
Normal file
3
showenv.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo on
|
||||
set
|
||||
dir /s
|
||||
Reference in New Issue
Block a user