未验证 提交 64088809 编写于 作者: J Jose Perez Rodriguez 提交者: GitHub

Don't fail the build when myget publishing fails

There is an ongoing issue with myget which has caused that most of our builds in dotnet/iot have been red for some time. Given that myget is not our main publishing feed anymore, we don't want the builds to fail while we wait for the fix in the feed, so setting continueOnError in order to only throw a warning.
上级 45902110
......@@ -244,6 +244,7 @@ jobs:
agentOs: Windows_NT
name: PublishToMyGet
displayName: Publish To MyGet
continueOnError: true
enableTelemetry: $(_enableTelemetry)
enablePublishBuildArtifacts: true
helixRepo: dotnet/iot
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册