Skip to content

Commit

Permalink
echo off
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 27, 2022
1 parent 1b1a162 commit ad71c0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/windows/build.bat
@@ -1,4 +1,4 @@
@echo on
@echo off

if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
echo for CI only
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/windows/build_task.bat
@@ -1,4 +1,4 @@
@echo on
@echo off

if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
echo for CI only
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/windows/test.bat
@@ -1,4 +1,4 @@
@echo on
@echo off

if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
echo for CI only
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/windows/test_task.bat
@@ -1,4 +1,4 @@
@echo on
@echo off

if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
echo for CI only
Expand Down

0 comments on commit ad71c0e

Please sign in to comment.