Skip to content

Commit 66c1490

Browse files
committed
Add notes to build key issues
We MUST build from CLI from MSBuild, and dotnet test MUST be used with --no-build.
1 parent 7b19de3 commit 66c1490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
working-directory: src/NuGetizer.Tests
4747
run: |
4848
dotnet restore Scenarios/given_a_packaging_project/a.nuproj
49+
# THIS IS IMPORTANT: WE NEED TO BUILD WITH DESKTOP MSBUILD
4950
msbuild -r
5051
5152
- name: 🐛 logs
@@ -58,6 +59,7 @@ jobs:
5859
- name: 🧪 test
5960
run: |
6061
dotnet tool update -g dotnet-retest
62+
# THIS IS IMPORTANT: WE TEST BUT NEVER BUILD (to keep desktop-built artifacts)
6163
dotnet retest -- --no-build
6264
6365
- name: 📦 pack

0 commit comments

Comments
 (0)