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 5f98aed commit e307c7bCopy full SHA for e307c7b
.github/workflows/ci.yml
@@ -40,7 +40,8 @@ jobs:
40
# Add additional options to the MSBuild command line here (like platform or verbosity level).
41
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
42
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
43
-
+ - name: debug
44
+ run: dir
45
- name: Run Tests
46
uses: microsoft/[email protected]
47
with:
0 commit comments