Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 4ee6c76

Browse files
appveyor.yml fix
1 parent 6140ac3 commit 4ee6c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ build_script:
66
- ps: c:\prj\Build\build.ps1 -Verbosity Minimal -Target "Default-CI"
77

88
artifacts:
9-
- path: '**\*.nupkg'
9+
- path: '**\build-artifact-nuget-packages\*.nupkg'
10+
- path: '**\build-artifact-cli-packages\*.nupkg'

0 commit comments

Comments
 (0)