-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove cross-org build step #648
Conversation
Signing validation doesn't work anymore with this step since the variable group was removed |
@@ -1,8 +1,4 @@ | |||
variables: | |||
- group: AzureDevOps-Artifact-Feeds-Pats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An arcade update re-added, this is wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update publish-build-assets.yml too? Should this repo get arcade updates automatically?
It does, and that's the issue. It syncs with release/7.0 which still has these variables defined, but they are removed from ADO. So the build would fail. I had removed it before but then a sync added it back and I didn't pay attention. |
Matching PR: dotnet/arcade#11577