mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
refactor(build): Don't push artifacts after the appveyor build
This commit is contained in:
parent
00a5dbf812
commit
bab18d627e
@ -36,8 +36,3 @@ install:
|
||||
|
||||
build_script:
|
||||
- ps: '& "./tools/appveyor/build.ps1"'
|
||||
|
||||
after_build:
|
||||
# Only push artifact if make install is defined
|
||||
- appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\open62541-%CC_SHORTNAME%-static.zip
|
||||
- appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\open62541-%CC_SHORTNAME%-dynamic.zip
|
||||
|
Loading…
Reference in New Issue
Block a user