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

Init ci/cd #17

Merged
merged 8 commits into from
Apr 1, 2022
Merged

Init ci/cd #17

merged 8 commits into from
Apr 1, 2022

Conversation

aloisdg
Copy link
Member

@aloisdg aloisdg commented Mar 31, 2022

Inspired by other org's project. Fasmi's ci/cd is good example.

Fix #8

@aloisdg aloisdg added the enhancement New feature or request label Mar 31, 2022
@aloisdg aloisdg requested a review from akhansari March 31, 2022 19:02
@aloisdg aloisdg self-assigned this Mar 31, 2022
@aloisdg
Copy link
Member Author

aloisdg commented Apr 1, 2022

We have an error to deal with in the pipeline:

Run dotnet tool restore
/tmp/iid21x1d.pdi/restore.csproj : error NU1101: Unable to find package extlauncher. No packages exist with this id in source(s): nuget.org

Package "extlauncher" failed to restore, due to Microsoft.DotNet.ToolPackage.ToolPackageException: The tool package could not be restored.
   at Microsoft.DotNet.Tools.Tool.Install.ProjectRestorer.Restore(FilePath project, PackageLocation packageLocation, String verbosity)
   at Microsoft.DotNet.ToolPackage.ToolPackageInstaller.InstallPackageToExternalManagedLocation(PackageLocation packageLocation, PackageId packageId, VersionRange versionRange, String targetFramework, String verbosity)
   at Microsoft.DotNet.Tools.Tool.Restore.ToolRestoreCommand.InstallPackages(ToolManifestPackage package, Nullable`1 configFile)

I found this btw: cake-build/cake#3304 then actions/setup-dotnet#155

Edit: Dealt with.

@aloisdg
Copy link
Member Author

aloisdg commented Apr 1, 2022

Next step would be to tag to trigger a release

@aloisdg aloisdg merged commit 7f2f4dc into main Apr 1, 2022
@aloisdg aloisdg deleted the ci/init branch April 1, 2022 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI/CD
2 participants