Commit ec7f8fd 1 parent 04da49d commit ec7f8fd Copy full SHA for ec7f8fd
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ jobs:
96
96
- name : Add MSBuild to PATH
97
97
uses : microsoft/setup-msbuild@v2
98
98
99
- # - name: Build
100
- # working-directory: ${{env.GITHUB_WORKSPACE}}
99
+ - name : Build
100
+ working-directory : ${{env.GITHUB_WORKSPACE}}
101
101
# Add additional options to the MSBuild command line here (like platform or verbosity level).
102
102
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
103
- # run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /verbosity:minimal
103
+ run : msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /verbosity:minimal
104
104
105
105
- name : Compress the artifact
106
106
run : |
You can’t perform that action at this time.
0 commit comments