Skip to content

Commit 6ae7f76

Browse files
Add build artifacts to appveyor build
1 parent 6548cef commit 6ae7f76

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ init:
2121
build_script:
2222
- ps: dotnet restore --no-cache
2323
- ps: dotnet build .\RadarrAPI\RadarrAPI.csproj -c Release
24+
25+
artifacts:
26+
- path: '_artifacts\*.zip'
27+
- path: '_artifacts\*.exe'
28+
- path: '_artifacts\*.tar.gz'

0 commit comments

Comments
 (0)