Skip to content

How can I set http not https container registery? #558

Closed Answered by dameng324
dameng324 asked this question in Q&A
Discussion options

You must be logged in to vote

I create a nukpg for fix this problem. I can't push it to nuget.com because I dont want changed the package name. I just changed the version postfix.

If you run into this issue, you can download this package and put the nupkg file to your local nuget package source.
Then change the Microsoft.NET.Build.Containers version to 8.0.203-sgd

  <ItemGroup>
<!-- <PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.203" />-->
      <PackageReference Include="Microsoft.NET.Build.Containers" Version="8.0.203-sgd" />
  </ItemGroup>

It will work on 8.0.203 sdk version.

Microsoft.NET.Build.Containers.8.0.203-sgd.nupkg.zip

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@dameng324
Comment options

@baronfel
Comment options

@dameng324
Comment options

@dameng324
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dameng324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants