remove set-env in CI

This commit is contained in:
pantor
2020-11-25 11:37:32 +01:00
committed by GitHub
parent 0fbde44f36
commit baa221b9d1

View File

@@ -12,6 +12,6 @@ for /f "usebackq delims=*" %%i in (`%VSWHERE% -latest -property installationPath
:: See: https://stackoverflow.com/questions/39183272/loop-through-all-environmental-variables-and-take-actions-depending-on-prefix
setlocal
for /f "delims== tokens=1,2" %%a in ('set') do (
echo ::set-env name=%%a::%%b
echo %%a=%%b >> $GITHUB_ENV
)
endlocal
endlocal