SEBWIN-300: Fixed artifact path of setup.
This commit is contained in:
parent
18352bb4c8
commit
1ec6388e36
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ artifacts:
|
||||||
- path: SafeExamBrowser.Service\bin\$(platform)\$(configuration)
|
- path: SafeExamBrowser.Service\bin\$(platform)\$(configuration)
|
||||||
name: 'SEB_$(appveyor_build_version)_Service'
|
name: 'SEB_$(appveyor_build_version)_Service'
|
||||||
type: zip
|
type: zip
|
||||||
- path: SafeExamBrowser.Setup\bin\$(configuration)\Setup.msi
|
- path: Setup\bin\$(configuration)\Setup.msi
|
||||||
name: 'SEB_$(appveyor_build_version)_Setup'
|
name: 'SEB_$(appveyor_build_version)_Setup'
|
||||||
type: file
|
type: file
|
||||||
|
|
Loading…
Reference in a new issue