Pass in correct configuration parameter
This commit is contained in:
parent
56ac7f86a4
commit
fbf7d22073
|
@ -13,7 +13,7 @@ build:
|
|||
parallel: true
|
||||
verbosity: minimal
|
||||
after_build:
|
||||
- cmd: PackageBuild.bat "$env:configuration"
|
||||
- cmd: PackageBuild.bat %CONFIGURATION%
|
||||
artifacts:
|
||||
- path: export
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue