No package found with specified pattern: D:\a\r1\a\**\*.zip

后端 未结 9 1521
太阳男子
太阳男子 2021-01-04 07:25

I created a build definition in vsts with npm build and then I copy the build folder to the drop location.

The build pipeline is working fine

Then I created

9条回答
  •  醉酒成梦
    2021-01-04 07:45

    For anyone else experiencing this problem using Azure DevOps, it's useful to turn on debug mode. For your release, define the pipeline variable System.Debug with value true. That gave me this output which was much more useful:

    Now at least I know it's on my target VM and the path is probably wrong.

提交回复
热议问题