We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5044955 commit 04ad478Copy full SHA for 04ad478
.github/workflows/test-windows.yml
@@ -62,7 +62,8 @@ jobs:
62
-v:m -p:WarningLevel=0 `
63
-p:Configuration=${{ github.event.inputs.build-type || inputs.build-type || 'Debug' }} `
64
-p:StridePlatforms=Windows `
65
- -p:StrideGraphicsApis=Direct3D11
+ -p:StrideGraphicsApis=Direct3D11 `
66
+ -p:StrideSkipAutoPack=true
67
- name: Test
68
run: |
69
dotnet test build\Stride.Tests.${{ github.event.inputs.test-category || inputs.test-category || 'Simple' }}.slnf `
0 commit comments