Skip to content

VMR Stage2 failing to find NuGet Packages #4606

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

Closed
Winniexu01 opened this issue Sep 14, 2024 · 1 comment · Fixed by dotnet/sdk#43504
Closed

VMR Stage2 failing to find NuGet Packages #4606

Winniexu01 opened this issue Sep 14, 2024 · 1 comment · Fixed by dotnet/sdk#43504
Assignees
Labels
area-build Improvements in source-build's own build process ops-monitor Issues created/handled by the source build monitor role untriaged

Comments

@Winniexu01
Copy link
Member

The Stage 2 builds are failing to find NuGet Packages because no NuGet Packages be published as pipeline artifacts.

This Failing build (internal Microsoft link) is caused by dotnet/sdk#43288:

Copy Previous Build (CentOSStream9_Online_MsftSdk_x64 - NuGet Packages) failed with below error message:

##[error]Error: Not found SourceFolder: /mnt/vss/_work/1/CentOSStream9_Online_MsftSdk_x64_Artifacts/packages'

Only 3 files be downloaded in Download Previous Build (CentOSStream9_Online_MsftSdk_x64) step:

Minimatch patterns: [**/Private.SourceBuilt.Artifacts.*.tar.gz,**/dotnet-sdk-*.tar.gz,**/*.nupkg]
Filtered 3 files from the Minimatch filters supplied.
@Winniexu01 Winniexu01 added the ops-monitor Issues created/handled by the source build monitor role label Sep 14, 2024
@ghost ghost added area-upstream-fix Needs a change in a contributing repo untriaged labels Sep 14, 2024
@MichaelSimons
Copy link
Member

MichaelSimons commented Sep 17, 2024

@directhex - The changes in dotnet/sdk#43288 broke source-build. It looks as though the two copy steps will need to be conditioned based on the existence of the source folder. It would be nice to not even see the Copy Previous Build (${{ reuseBuildArtifacts }} - Source Build artifacts) step in non-source build legs and similarly not see the Copy Previous Build (${{ reuseBuildArtifacts }} - NuGet Packages) in source-build legs.

@MichaelSimons MichaelSimons moved this from Backlog to 10.0 in .NET Source Build Sep 17, 2024
@MichaelSimons MichaelSimons added area-build Improvements in source-build's own build process and removed area-upstream-fix Needs a change in a contributing repo labels Sep 17, 2024
@github-project-automation github-project-automation bot moved this from 10.0 to Done in .NET Source Build Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-build Improvements in source-build's own build process ops-monitor Issues created/handled by the source build monitor role untriaged
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants