Skip to content

fix: add missing dotnet restore step in CI#30

Merged
phmatray merged 1 commit intomainfrom
fix/action-main
Feb 28, 2026
Merged

fix: add missing dotnet restore step in CI#30
phmatray merged 1 commit intomainfrom
fix/action-main

Conversation

@phmatray
Copy link
Contributor

Summary

  • Adds a dotnet restore step before dotnet build --no-restore in the create_nuget job
  • Fixes NETSDK1004: Assets file 'project.assets.json' not found build errors
  • Resolves failing run #22522692678

Root Cause

The create_nuget job used dotnet build --configuration Release --no-restore without a preceding dotnet restore step, so NuGet packages were never restored and the build failed.

Test plan

  • CI passes on this PR (create_nuget job succeeds)
  • NuGet package artifact is created successfully

The build step uses --no-restore but no prior restore step existed,
causing NETSDK1004 errors (missing project.assets.json).
@phmatray phmatray merged commit bd5ae45 into main Feb 28, 2026
2 of 3 checks passed
@phmatray phmatray deleted the fix/action-main branch February 28, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant