Skip to content

Commit 82c4c71

Browse files
committed
vs addons tests
1 parent 2a8059b commit 82c4c71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/of.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ jobs:
122122
working-directory: ${{env.GITHUB_WORKSPACE}}
123123
run:
124124
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
125-
# - name: Build DEBUG allAddonsExample
126-
# working-directory: ${{env.GITHUB_WORKSPACE}}
127-
# run:
128-
# msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
125+
- name: Build DEBUG allAddonsExample
126+
working-directory: ${{env.GITHUB_WORKSPACE}}
127+
run:
128+
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
129129

130130

131131
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

0 commit comments

Comments
 (0)