# azure devops pipeline and release
## 問題
在 azure devops 選擇 release 後收到錯誤訊息
[error]Error: No package found with specified pattern: D:\a\r1\a\**\*.zip<br/> Check if the package mentioned in the task is published as an artifact in the build or a previous stage and downloaded in the current job.

## 解決方法:修正資料夾
raw folder
$(System.DefaultWorkingDirectory)/**/*.zip

my folder
$(System.DefaultWorkingDirectory)/_MVCplanet