-
Notifications
You must be signed in to change notification settings - Fork 0
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
Continuous Integration Workflow for Non-iOS #16
Comments
So most likely I won't need the above temp code to list files and output as artefacts because I now know, from observing on my mac, that on linux/unix systems this is where dotnet installs go:
Now, I'm assuming that on a ubuntu Github runner it will be the same folders and thus, the entire /dotnet/ folder should be cached for dotnet (with a hash of global.json as the key...). In regards to caching nuget... hmm
|
From my eNotes:
|
Idea re workflows, fb vs. main
|
Decided:
a) .csproj specifies the used dependencies |
Refer to [[2024-03-19 Paul call - CI vs. CD for Mobile]]
Create Release solution configuration (in IDE!) for different targets
CI
run: find ~/.dotnet -type f > afterWorkloads.txt
(and download as artefact) to figure out where in the runner's file system the workloads actually get savedThe text was updated successfully, but these errors were encountered: