dependabot[bot] on npm_and_yarn
chore(deps): bump @swc/helpers … (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump @docusaurus/p… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump tslib from 2.… (compare)
dependabot[bot] on npm_and_yarn
chore(deps-dev): bump eslint-co… (compare)
AgentEnder on master
docs(core): clarify description… (compare)
github-actions[bot] on gh-pages
chore: deploy docs site (compare)
github-actions[bot] on gh-pages
chore: deploy docs site (compare)
github-actions[bot] on v1.19.1
github-actions[bot] on master
release: 1.19.1 [skip ci] ## [… (compare)
AgentEnder on master
add Tungsten78 as a contributor… (compare)
AgentEnder on add-Tungsten78
allcontributors[bot] on add-Tungsten78
update .all-contributorsrc [ski… (compare)
allcontributors[bot] on add-Tungsten78
update README.md [skip ci] (compare)
allcontributors[bot] on add-Tungsten78
dependabot[bot] on npm_and_yarn
chore(deps-dev): bump node-fetc… (compare)
AgentEnder on npm_and_yarn
AgentEnder on master
chore(deps): bump core-js from … (compare)
AgentEnder on master
chore(deps-dev): bump husky fro… (compare)
AgentEnder on npm_and_yarn
AgentEnder on npm_and_yarn
Hey @masaanli, yeah so the build caching and remote cache both are built into Nx. Any commands ran through Nx can take advantage of them so long as the target name ( build in this case) is listed in the task runner's cacheable operations. By default this includes build, test, lint, and e2e.
Here's a link to the talk I gave at Nx conf that goes over how this alls plays together: https://www.youtube.com/watch?v=IRIXPTIKTmA&t=6s
/p:foo=bar
style parameters to dotnet.exe build
. There's an options block in the JSON for "build". I thought it might be extraParameters cos I see that elsewhere in the codebase, but it is not that. Then there's dotnetBuildFlags but that appears to has a fixed list of keys, so I thought I'd ask.