File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44.vscode/*
55build.earth
66# ignore Output (because we output there now)
7- /Output /*
7+ [oO]utput /*
88# These aren't part of the module (yet)
9- / PotentialContribution/*
10- / Content/*
9+ PotentialContribution/*
10+ Content/*
1111
Original file line number Diff line number Diff line change 11# All of these folders are (or were) build outputs
22[0-9 ]* /
3- Modules /
4- Output /
5- obj /
6- Tools /
3+ [Mm ]odules /
4+ [Oo ]utput /
5+ [Tt ]ools /
76coverage.xml
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ build:
4646 RUN -- pwsh -File "${IB_TASK_ROOT}/scripts/Invoke-Build.ps1" Build
4747
4848 # SAVE ARTIFACT [--keep-ts] [--keep-own] [--if-exists] [--force] <src> [<artifact-dest-path>] [AS LOCAL <local-path>]
49- SAVE ARTIFACT $IB_OUTPUT_ROOT/$IB_MODULE_NAME AS LOCAL ./Output /$IB_MODULE_NAME
49+ SAVE ARTIFACT $IB_OUTPUT_ROOT/$IB_MODULE_NAME AS LOCAL ./output /$IB_MODULE_NAME
5050
5151# test runs the tests and probably fails if the tests fail
5252test:
5353 ARG EARTHLY_GIT_BRANCH
5454 BUILD +build
5555 FROM +build
5656 RUN -- pwsh -File "${IB_TASK_ROOT}/scripts/Invoke-Build.ps1" Test
57- SAVE ARTIFACT $IB_RESULTS_ROOT AS LOCAL ./Output $IB_RESULTS_ROOT
57+ SAVE ARTIFACT $IB_RESULTS_ROOT AS LOCAL ./output $IB_RESULTS_ROOT
5858
5959# publish runs publish and push tasks if the tests pass and --push was specified.
6060# It needs the API keys to be passed in as secrets
You can’t perform that action at this time.
0 commit comments