You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/ci/templates/globals.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
variables:
2
-
PythonVersion: '3.7.5'# Always use latest version.
2
+
PythonVersion: '3.7'# Always use latest version.
3
3
NodeVersion: '10.11.0'# Check version of node used in VS Code.
4
4
NpmVersion: '6.10.3'
5
5
MOCHA_FILE: '$(Build.ArtifactStagingDirectory)/test-junit.xml'# All test files will write their JUnit xml output to this file, clobbering the last time it was written.
0 commit comments