We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
@MichaelSimons IIRC you shared instructions ~a year ago how to do this. Can you please share them again or ideally document them?
Sorry, something went wrong.
OK this works, i.e. in a codespace:
cd dotnet ./prep-source-build.sh && ./build.sh -sb mkdir ../current-sdk tar -xzf artifacts/assets/Release/dotnet-sdk-10.0.100-preview.2.25110.1-centos.9-x64.tar.gz -C ../current-sdk mkdir ../current-packages tar -xzf artifacts/assets/Release/Private.SourceBuilt.Artifacts.10.0.100-preview.2.25110.1.centos.9-x64.tar.gz -C ../current-packages git clean -xdf ./build.sh -sb --with-sdk ../current-sdk --with-packages ../current-packages
MichaelSimons
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: