Skip to content

Commit 04ad478

Browse files
committed
Don't generate nuget packages when building the tests
1 parent 5044955 commit 04ad478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
-v:m -p:WarningLevel=0 `
6363
-p:Configuration=${{ github.event.inputs.build-type || inputs.build-type || 'Debug' }} `
6464
-p:StridePlatforms=Windows `
65-
-p:StrideGraphicsApis=Direct3D11
65+
-p:StrideGraphicsApis=Direct3D11 `
66+
-p:StrideSkipAutoPack=true
6667
- name: Test
6768
run: |
6869
dotnet test build\Stride.Tests.${{ github.event.inputs.test-category || inputs.test-category || 'Simple' }}.slnf `

0 commit comments

Comments
 (0)