Added github workflows.#4
Merged
Merged
Conversation
Contributor
Author
|
Issue is that I can't change the variables in the azure pipeline I need to set the GitHubReleaseToken there. |
4731db3 to
f8f40d6
Compare
d5091ba to
75a2cae
Compare
75a2cae to
80b4b97
Compare
80b4b97 to
181c9b7
Compare
181c9b7 to
0a59649
Compare
0a59649 to
7992486
Compare
7992486 to
3619cd5
Compare
3619cd5 to
bf2723b
Compare
bf2723b to
1b4c410
Compare
Contributor
Author
|
@copilot open a new pull request to apply changes based on the comments in this thread |
+ Renamed & joined workflow file.
- dedupe the README CI/package workflow section - remove stale workflow references and broken leftover table rows - base official pipeline InformationalVersion on PackageVersion
9ea89b5 to
0adb738
Compare
The pack step was failing with NETSDK1047 because it ran with --no-build --no-restore, but the project.assets.json only had the last RID from the publish loop. Tool packaging with ToolPackageRuntimeIdentifiers needs assets for ALL RIDs. Fix: - Add restore without -r flag before pack (restores all RIDs) - Remove --no-build so pack can build each RID package
ae521d7 to
85dc461
Compare
sevoku
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds GitHub Actions validation and packaging workflow support for the repo.
This PR also updates CI/release infrastructure around that migration: