-
Notifications
You must be signed in to change notification settings - Fork 21
fix: Fixes NuGet Release failure #423
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -208,10 +208,15 @@ jobs: | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | ||
| with: | ||
| path: .repo | ||
| fetch-depth: 0 | ||
| - name: Install Dependencies | ||
| run: cd .repo && yarn install --check-files --frozen-lockfile | ||
| - name: Create dotnet artifact | ||
| run: cd .repo && npx projen compile && npx projen package:dotnet | ||
| run: | | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As this job depends on
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All other packaging run
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| cd .repo | ||
| npx projen bump | ||
| npx projen compile | ||
| npx projen package:dotnet | ||
| - name: Collect dotnet Artifact | ||
| run: mv .repo/dist/dotnet dist/dotnet | ||
| - name: Extract Version | ||
|
|
||

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.
do you know why it has started to fail now?
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.
Only relevant changes that have happened to the repo since last release are mostly dependency updates. I think some dependency got updated here (maybe jsii from 1.X to 5.6 😅), but I am not 100% sure