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: .github/ci/build/build_windows.bat
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ REM for example: python %WORKSPACE%\\artifactory_utils.py --action=upload_file -
30
30
REM upload folder to artifactory
31
31
REM python %WORKSPACE%\\artifactory_utils.py --action=upload_file --file=FILEPATTERN --server_path=SERVERPATH --server_repo=SERVER_REPO --with_folder
32
32
REM for example: python %WORKSPACE%\\artifactory_utils.py --action=upload_file --file=publish --server_path=windows/ --server_repo=ACCS_repo --with_folder
33
-
# --- Input: ----
34
-
# sourcePath: see jenkins console for details.
35
-
# WORKSPACE: %WORKSPACE%
36
-
# --- Output: ----
37
-
# pr: output test.zip to workspace dir
38
-
# others: Rename the zip package name yourself, But need copy it to workspace dir
33
+
REM --- Input: ----
34
+
REM sourcePath: see jenkins console for details.
35
+
REM WORKSPACE: %WORKSPACE%
36
+
REM --- Output: ----
37
+
REM pr: output test.zip to workspace dir
38
+
REM others: Rename the zip package name yourself, But need copy it to workspace dir
0 commit comments