Skip to content
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

Microsoft.Extensions.FileSystemGlobbing and Microsoft.Extensions.Logging prebuilts in 6.0.1xx #3032

Closed
MichaelSimons opened this issue Sep 21, 2022 · 2 comments
Assignees
Labels
area-prebuilts Reducing the number of prebuilt packages in the tarball untriaged

Comments

@MichaelSimons
Copy link
Member

The latest internal CI (Microsoft internal link) is failing to build with the following errors:

      The project /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj is using CentralPackageVersionManagement, a NuGet preview feature.
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102: Unable to find package Microsoft.Extensions.FileSystemGlobbing with version (>= 6.0.1) [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 1 version(s) in source-built [ Nearest version: 6.0.0 ] [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 1 version(s) in previously-source-built [ Nearest version: 6.0.0 ] [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 0 version(s) in prebuilt [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 0 version(s) in reference-packages [/tarball/src/format/artifacts/source-build/self/src/format.sln]
##[error]/tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj(0,0): error NU1102: (NETCORE_ENGINEERING_TELEMETRY=Restore) Unable to find package Microsoft.Extensions.FileSystemGlobbing with version (>= 6.0.1)
  - Found 1 version(s) in source-built [ Nearest version: 6.0.0 ]
  - Found 1 version(s) in previously-source-built [ Nearest version: 6.0.0 ]
  - Found 0 version(s) in prebuilt
  - Found 0 version(s) in reference-packages
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102: Unable to find package Microsoft.Extensions.Logging with version (>= 6.0.1) [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 1 version(s) in source-built [ Nearest version: 6.0.0 ] [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 1 version(s) in previously-source-built [ Nearest version: 6.0.0 ] [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 0 version(s) in prebuilt [/tarball/src/format/artifacts/source-build/self/src/format.sln]
    /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj : error NU1102:   - Found 0 version(s) in reference-packages [/tarball/src/format/artifacts/source-build/self/src/format.sln]
##[error]/tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj(0,0): error NU1102: (NETCORE_ENGINEERING_TELEMETRY=Restore) Unable to find package Microsoft.Extensions.Logging with version (>= 6.0.1)
  - Found 1 version(s) in source-built [ Nearest version: 6.0.0 ]
  - Found 1 version(s) in previously-source-built [ Nearest version: 6.0.0 ]
  - Found 0 version(s) in prebuilt
  - Found 0 version(s) in reference-packages
      Failed to restore /tarball/src/format/artifacts/source-build/self/src/src/dotnet-format.csproj (in 3.05 sec).
@dotnet-issue-labeler dotnet-issue-labeler bot added area-prebuilts Reducing the number of prebuilt packages in the tarball untriaged labels Sep 21, 2022
@MichaelSimons MichaelSimons moved this to 6.0 On Deck in .NET Source Build Sep 21, 2022
@MichaelSimons
Copy link
Member Author

@lbussell - can you please investigate?

@lbussell
Copy link
Contributor

Fixed with dotnet/installer#14566

Repository owner moved this from 6.0 On Deck to Done in .NET Source Build Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-prebuilts Reducing the number of prebuilt packages in the tarball untriaged
Projects
Archived in project
Development

No branches or pull requests

2 participants