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 4daa59c commit b494f57Copy full SHA for b494f57
.github/workflows/CI_build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: MSBuild of solution
31
working-directory: .
32
- run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v141"
+ run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v142"
33
34
- name: Build docs
35
if: matrix.build_configuration == 'Release'
0 commit comments